rollout_resume
Resume a paused Kubernetes deployment rollout. Use dry-run to preview changes before applying.
Instructions
[WRITE][risk=medium] Resume a paused deployment's rollout. Inverse: rollout_pause.
Pass dry_run=True to preview without resuming.
Args: name: Deployment name. namespace: Namespace; omit for the target's default namespace. dry_run: If True, preview without resuming. target: k8s target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| dry_run | No | ||
| namespace | No |