kubectl uncordon <Node>
Mark node as schedulable
Arguments
Name | Description |
---|---|
Node |
Options
Name | Description |
---|---|
--dry-run <Strategy> | Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it. If server strategy, submit server-side request without persisting the resource |
-l, --selector <arg> | Selector (label query) to filter on, not including uninitialized ones, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) |