Closed noahdietz closed 7 years ago
kubectl drain actually disables scheduling on the node then deletes all of the pods on it so they are moved to another node.
kubectl drain
I'll add this in a PR so we can try it out.
It is remedied by a simple kubectl uncordon.
kubectl uncordon
kubectl drain
actually disables scheduling on the node then deletes all of the pods on it so they are moved to another node.I'll add this in a PR so we can try it out.
It is remedied by a simple
kubectl uncordon
.