remove_node_label
Remove a label from a Kubernetes node by specifying the context, node name, and label key.
Instructions
Remove a label from a node.
Args: context_name: The Kubernetes context name node_name: The name of the node to modify label_key: The label key to remove
Returns: JSON string containing the updated node labels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_key | Yes | ||
| node_name | Yes | ||
| context_name | Yes |