remove_node_taint
Remove specified taints from Kubernetes nodes using context, node name, and taint key to update node configurations efficiently.
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 |