uncordon_node
Mark a Kubernetes node as schedulable by uncordoning it using the specified context and node name, enabling resource allocation and workload placement.
Instructions
Uncordon a node (mark as schedulable).
Args: context_name: The Kubernetes context name node_name: The name of the node to uncordon
Returns: JSON string containing the result of the operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
node_name | Yes |