kubectl_rollout
Manage Kubernetes resource rollouts: pause, resume, restart, view history, check status, or undo changes to deployments, daemonsets, and statefulsets.
Instructions
Manage the rollout of a resource (e.g., deployment, daemonset, statefulset)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subCommand | Yes | Rollout subcommand to execute | status |
| resourceType | Yes | Type of resource to manage rollout for | deployment |
| name | Yes | Name of the resource | |
| namespace | Yes | Kubernetes namespace | default |
| revision | No | Revision to rollback to (for undo subcommand) | |
| toRevision | No | Revision to roll back to (for history subcommand) | |
| timeout | No | The length of time to wait before giving up (e.g., '30s', '1m', '2m30s') | |
| watch | No | Watch the rollout status in real-time until completion | |
| context | No | Kubeconfig Context to use for the command (optional - defaults to null) |