statefulset_update
Update Kubernetes StatefulSets with new container images and replica counts using the k8s-pilot server. Simplifies managing StatefulSets across namespaces and contexts.
Instructions
Update an existing StatefulSet in the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The StatefulSet 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 |