daemonset_update
Update a Kubernetes DaemonSet with a new container image in the specified namespace using the MCP server k8s-pilot. Simplifies cluster resource management.
Instructions
Update an existing DaemonSet in the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The DaemonSet name image: The new container image to update
Returns: Status of the update operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
image | Yes | ||
name | Yes | ||
namespace | Yes |