What does kubectl uncordon do?
Experience Level: Junior
Tags: Kubernetes
Answer
Uncordon makes the node schedulable again after it has been cordoned before. This command is usually used after the node has been upgraded to higher version (for which it needed to be cordoned).
To uncordon the node, run the following command:
Related Kubernetes job interview questions
What is a taint in Kubernetes?
Kubernetes JuniorWhat does kubectl drain do?
Kubernetes JuniorWhat does kubectl cordon do?
Kubernetes JuniorHow do you find Kubernetes pods that consume the most CPU?
Kubernetes JuniorHow can you speed up switching between namespaces using kubectl?
Kubernetes Medior