replicaset_update
Update Kubernetes ReplicaSet with a new container image and replica count in specified namespace using the MCP server k8s-pilot. Input context name, namespace, ReplicaSet name, image, and replicas to execute changes.
Instructions
Update an existing ReplicaSet in the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The ReplicaSet 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 |