Manage the rollout of one or many resources.
ksail workload rollout [command]
# Rollback to the previous deployment
ksail workload rollout undo deployment/abc
# Check the rollout status of a daemonset
ksail workload rollout status daemonset/foo
ksail workload rollout restart deployment/abc
# Restart deployments with the 'app=nginx' label
ksail workload rollout restart deployment --selector=app=nginx
history View rollout history
pause Mark the provided resource as paused
restart Restart a resource
resume Resume a paused resource
status Show the status of the rollout
undo Undo a previous rollout
-h, --help help for rollout
--timing Show per-activity timing output
Use "ksail workload rollout [command] --help" for more information about a command.