create_namespace
Create a Kubernetes namespace and preview it with dry-run before applying to your cluster.
Instructions
[WRITE][risk=medium] Create a namespace. Inverse: delete_namespace.
Pass dry_run=True to preview without creating.
Args: name: Namespace name to create. dry_run: If True, preview without creating. target: k8s target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| dry_run | No |