deployment_update
Update an existing Kubernetes Deployment by specifying context, namespace, name, new image, and replica count. Returns the operation status.
Instructions
Update an existing Deployment in the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The Deployment name image: The new container image to update replicas: The new number of replicas
Returns: Status of the update operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| image | Yes | ||
| replicas | Yes | ||
| namespace | Yes | ||
| context_name | Yes |