daemonset_create
Create a DaemonSet in a specified Kubernetes namespace using the k8s-pilot MCP server, defining context, name, container image, and labels for streamlined resource management.
Instructions
Create a DaemonSet in the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The DaemonSet name image: The container image to use labels: Labels to apply to the DaemonSet
Returns: Status of the creation operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
image | Yes | ||
labels | Yes | ||
name | Yes | ||
namespace | Yes |