Kubernetes Drain Bad Node
version 0.1, 2023-04-07
For reference, when a node has been determined to be bad/inaccessible etc, this seems like the fastest way to flush it:
kubectl drain NODE_IN_QUESTION --ignore-daemonsets --grace-period=0
David's Notes Mostly tech oriented...
For reference, when a node has been determined to be bad/inaccessible etc, this seems like the fastest way to flush it:
kubectl drain NODE_IN_QUESTION --ignore-daemonsets --grace-period=0