mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
878 B
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
- vela -