statefulset_create
Creates a StatefulSet in a specified Kubernetes namespace, using defined parameters such as context name, container image, replicas, and labels, and returns the creation status.
Instructions
Create a StatefulSet in the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The StatefulSet name image: The container image to use replicas: Number of replicas labels: Labels to apply to the StatefulSet
Returns: Status of the creation operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
image | Yes | ||
labels | Yes | ||
name | Yes | ||
namespace | Yes | ||
replicas | Yes |