remove_node_taint
Remove a taint by key from a Kubernetes node to adjust pod placement constraints.
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 |
|---|---|---|---|
| node_name | Yes | ||
| taint_key | Yes | ||
| context_name | Yes |