cordon_node
Mark a Kubernetes node as unschedulable to prevent new pods from being assigned to it. Specify the node name and context to isolate maintenance or troubleshooting tasks.
Instructions
Cordon a node (mark as unschedulable).
Args: context_name: The Kubernetes context name node_name: The name of the node to cordon
Returns: JSON string containing the result of the operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
node_name | Yes |