replicaset_update
Update a Kubernetes ReplicaSet by specifying the namespace, name, container image, and replica count using the MCP server k8s-pilot. Manage cluster resources efficiently.
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 |