Files
kubevela/docs/en/cli/vela_rollout.md
T
Zheng Xi Zhou f51dccf956 Minor updates on docs (#758)
Updated reference docs for autoscale and task, updated
cli docs
2020-12-09 10:35:59 -08:00

878 B

vela rollout

Attach rollout trait to an app

Synopsis

Attach rollout trait to an app

vela rollout <appname> [args]

Examples

vela rollout frontend

Options

      --detach            detach trait from service
  -h, --help              help for rollout
      --interval string   Schedule interval time (default "30s")
      --replicas int      Total replicas of the workload (default 2)
  -s, --staging           only save changes locally without real update application
      --step-weight int   Weight percent of every step in rolling update (default 50)
      --svc string        specify one service belonging to the application

Options inherited from parent commands

  -e, --env string   specify environment name for application

SEE ALSO

Auto generated by spf13/cobra on 9-Dec-2020