30x / khaos-monkey

Apache License 2.0
2 stars 0 forks source link

when draining node, disable scheduling too #10

Closed noahdietz closed 7 years ago

noahdietz commented 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.

I'll add this in a PR so we can try it out.

It is remedied by a simple kubectl uncordon.