Reputation: 63
I ran the command kubectl cordon <nameNode> and now I don't know how to make my node schedulable again?
kubectl cordon <nameNode>
Upvotes: 0
Views: 340
Reputation: 178
kubectl uncordon <node name>
try above command
Upvotes: 1