Draining a Kubernetes Node
Problem
- Load-average on the master node goes high causing Kubernetes related services to fail.
- The node may become unstable in terms of Kubernetes workloads and customer may decide to evict the node.
Environment
- Platform9 Managed Kubernetes - All Versions
Resolution
- Run the command to drain the node.
- The above command may fail if the pods are using local storage or if daemon sets are running on the node. In that case, be aware that local storage associated with the pods will be deleted and then use the above command with switches
--delete-local-data=false
andignore-daemonsets=false
.
Additional Information
Was this page helpful?