rollout_restart_deployment
Trigger a rolling restart of a Kubernetes deployment to apply new configuration or resolve issues. Use dry-run to preview the impact before applying.
Instructions
[WRITE][risk=medium] Trigger a rolling restart of a deployment. No clean undo.
Pass dry_run=True to preview without restarting.
Args: name: Deployment name. namespace: Namespace; omit for the target's default namespace. dry_run: If True, preview without restarting. target: k8s target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| dry_run | No | ||
| namespace | No |