create_namespace
Create a new Kubernetes namespace in a specified cluster context, with optional labels.
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 |
|---|---|---|---|
| labels | No | ||
| namespace | Yes | ||
| context_name | Yes |