service_update
Update metadata (e.g., labels) for Kubernetes Services in specific contexts and namespaces. Simplifies managing multiple clusters efficiently using k8s-pilot server.
Instructions
Update an existing Service's metadata (e.g., labels).
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The Service name labels: New labels to apply to the Service
Returns: Status of the update operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
labels | Yes | ||
name | Yes | ||
namespace | Yes |