remove_node_taint
Remove a specific taint from a Kubernetes node by specifying the context, node name, and taint key. Returns updated node taints in JSON format.
Instructions
Remove a taint from a node.
Args: context_name: The Kubernetes context name node_name: The name of the node to modify taint_key: The taint key to remove
Returns: JSON string containing the updated node taints
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
node_name | Yes | ||
taint_key | Yes |