rollback_deployment
Rolls back a Kubernetes Deployment to a specific or previous revision using ReplicaSet history, restoring the pod template from that revision.
Instructions
Roll back a Deployment to a previous revision.
If revision is not specified, rolls back to the previous revision. Uses ReplicaSet history to find the target revision's pod template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| revision | No | ||
| namespace | No | default | |
| cluster_alias | No |