Files
kubevela/docs/examples/cloneset-rollout/appRollout-scale.yaml
wyikeandGitHub 9a3c63a843 override initial replicas of workload in first scale operation (#1891)
* clean up some logic

rebase and reorder phase

add log and modify e2e-test

fix reviwable

fix comment

* fix condition relate comments

finish test func

fix formate error
2021-07-08 19:45:18 +08:00

14 lines
300 B
YAML

apiVersion: core.oam.dev/v1beta1
kind: AppRollout
metadata:
name: rolling-example
spec:
# application (revision) reference
targetAppRevisionName: test-rolling-v1
componentList:
- metrics-provider
rolloutPlan:
targetSize: 5
rolloutBatches:
- replicas: 1
- replicas: 4