rollout_undo
Roll back a Kubernetes deployment to its previous ReplicaSet template, with optional dry run simulation to preview changes before applying.
Instructions
Rolls a deployment back to the previous ReplicaSet template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, simulates the action without making changes | |
| cluster | No | Target cluster name (default: 'default') | |
| namespace | Yes | The Kubernetes namespace | |
| deploymentName | Yes | The name of the deployment |