pv_update
Update PersistentVolume metadata, including labels, for Kubernetes clusters managed by the k8s-pilot MCP server. Specify the context, volume name, and new labels to apply changes.
Instructions
Update an existing PersistentVolume's metadata (e.g., labels).
Args: context_name: The Kubernetes context name name: The PersistentVolume name labels: New labels to apply to the PersistentVolume
Returns: Status of the update operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
labels | Yes | ||
name | Yes |