add_node_label
Add or update a label on a Kubernetes node by providing context, node name, label key, and value.
Instructions
Add or update a label to a node.
Args: context_name: The Kubernetes context name node_name: The name of the node to modify label_key: The label key to add label_value: The label value to set
Returns: JSON string containing the updated node labels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_key | Yes | ||
| node_name | Yes | ||
| label_value | Yes | ||
| context_name | Yes |