rollout_restart_deployment
Restart a Kubernetes deployment with a rolling restart to update pods. Preview the action with dry run 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 |