Jose Matinez
Jose Matinez

Reputation: 63

How to disable the option of a kubernetes node in cordon mode?

I ran the command kubectl cordon <nameNode> and now I don't know how to make my node schedulable again?

Upvotes: 0

Views: 340

Answers (1)

Phani Kumar
Phani Kumar

Reputation: 178

kubectl uncordon <node name>

try above command

Upvotes: 1

Related Questions