pod_update
Update Kubernetes pod labels efficiently within specified context and namespace using k8s-pilot. Streamline metadata management across multiple clusters.
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 |
---|---|---|---|
context_name | Yes | ||
labels | No | ||
name | Yes | ||
namespace | Yes |