-
How long does it take to auto clean the nodes in Context: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Normally, removing terminated or deleted nodes is handled by the cloud controller, as it can query the cloud infrastructure provider's APIs to determine the actual state of the nodes. Because the default k3s stub cloud controller does not integrate into your infrastructure provider, it cannot know the actual state of your node, and will not take any action to remove nodes from the cluster. The usual recommendation is to disable the stub cloud controller and deploy the one provided by your infrastructure provider. |
Beta Was this translation helpful? Give feedback.
Normally, removing terminated or deleted nodes is handled by the cloud controller, as it can query the cloud infrastructure provider's APIs to determine the actual state of the nodes. Because the default k3s stub cloud controller does not integrate into your infrastructure provider, it cannot know the actual state of your node, and will not take any action to remove nodes from the cluster.
The usual recommendation is to disable the stub cloud controller and deploy the one provided by your infrastructure provider.