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:

kubectl uncordon nodename

Comments

No Comments Yet.
Be the first to tell us what you think.
Kubernetes
Kubernetes

Are you learning Kubernetes ? Try our test we designed to help you progress faster.

Test yourself
Kubernetes Certified Administrator (CKA) preparation
Kubernetes Certified Administrator (CKA) preparation

Are you learning Kubernetes ? Try our test we designed to help you progress faster.

Test yourself
25 Kubernetes questions that will help you get certified and become more efficient with K8s
25 Kubernetes questions that will help you get certified and become more efficient with K8s

Are you learning Kubernetes ? Try our test we designed to help you progress faster.

Test yourself