deployment_update
Update Kubernetes deployments by modifying container images and replicas in specified namespaces using the k8s-pilot MCP server.
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 |
---|---|---|---|
context_name | Yes | ||
image | Yes | ||
name | Yes | ||
namespace | Yes | ||
replicas | Yes |