ksail workload rollout

Manage the rollout of one or many resources.

Usage:
  ksail workload rollout
  ksail workload rollout [command]

Examples:
  # Rollback to the previous deployment
  ksail workload rollout undo deployment/abc
  
  # Check the rollout status of a daemonset
  ksail workload rollout status daemonset/foo
  
  # Restart a deployment
  ksail workload rollout restart deployment/abc
  
  # Restart deployments with the 'app=nginx' label
  ksail workload rollout restart deployment --selector=app=nginx

Available Commands:
  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

Flags:
  -h, --help   help for rollout

Global Flags:
      --timing   Show per-activity timing output

Use "ksail workload rollout [command] --help" for more information about a command.

Table of contents