Apply manifests to Kubernetes
apply_manifestsDeploy Kubernetes manifests to your cluster after explicit user approval. Use dry-run to validate without changing anything.
Instructions
DEPLOY. This writes to the cluster and changes running workloads. Requires approved=true, which you may only pass after the user has seen the migration plan and its warnings and has explicitly said to deploy. Do not infer approval from the original request. Run validate_manifests first; this tool refuses to apply manifests that fail validation. Use dry_run=true to have the API server check the manifests without changing anything -- a dry run needs no approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| dry_run | No | ||
| approved | No | ||
| namespace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | No | ||
| applied | Yes | ||
| dry_run | Yes | ||
| namespace | Yes | ||
| next_step | No | ||
| resources | No |