pod_update
Update labels on an existing Kubernetes pod to modify its metadata. Specify context, namespace, and pod name.
Instructions
Update an existing pod's metadata (only labels can be updated for an existing pod).
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The pod name labels: New labels to apply to the pod
Returns: Information about the updated pod
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| labels | No | ||
| namespace | Yes | ||
| context_name | Yes |