uncordon_node
Mark a Kubernetes node schedulable to resume pod scheduling. Preview with dry_run before applying to avoid unintended changes.
Instructions
[WRITE][risk=medium] Mark a node schedulable again. Inverse: cordon_node.
Pass dry_run=True to preview without uncordoning.
Args: name: Node name (see node_list). dry_run: If True, preview without uncordoning. target: k8s target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| dry_run | No |