create_namespace
Create a new namespace in Kubernetes clusters with 'k8s-pilot'. Specify the context, namespace name, and optional labels to manage resources efficiently.
Instructions
Create a new namespace.
Args: context_name: The Kubernetes context name namespace: The name for the new namespace labels: Optional dictionary of labels to apply to the namespace
Returns: JSON string containing information about the created namespace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
labels | No | ||
namespace | Yes |