create_namespace
Create a Kubernetes namespace with support for dry-run simulation and specifying a target cluster.
Instructions
Creates a new Kubernetes Namespace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, simulates the action without making changes | |
| cluster | No | Target cluster name (default: 'default') | |
| namespaceName | Yes | The name of the namespace to create |