replicaset_create
Create a new ReplicaSet in a Kubernetes namespace by specifying its name, image, replicas, and labels.
Instructions
Create a ReplicaSet in the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The ReplicaSet name image: The container image to use replicas: Number of replicas labels: Labels to apply to the ReplicaSet
Returns: Status of the creation operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| image | Yes | ||
| labels | Yes | ||
| replicas | Yes | ||
| namespace | Yes | ||
| context_name | Yes |