daemonset_update
Update a DaemonSet's container image by specifying the Kubernetes context, namespace, and DaemonSet name.
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 |
|---|---|---|---|
| name | Yes | ||
| image | Yes | ||
| namespace | Yes | ||
| context_name | Yes |