Cordon and Uncordon Nodes - unix1998/technical_notes GitHub Wiki

Cordon and Uncordon Nodes "cordon" and "uncordon" are Kubernetes commands used to manage node availability:

Cordon: Mark a node as unschedulable, preventing new pods from being scheduled on it.

kubectl cordon Uncordon: Mark a node as schedulable, allowing pods to be scheduled on it.

kubectl uncordon These commands are useful for node maintenance but are unrelated to Helm operations

⚠️ **GitHub.com Fallback** ⚠️