Create instance group in one specified zone
This commit is contained in:
parent
20e0e4bef0
commit
c7046eb6f5
|
@ -55,4 +55,4 @@ jobs:
|
||||||
gcloud compute instance-groups managed create "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
gcloud compute instance-groups managed create "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
||||||
--template "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
--template "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
||||||
--size 2 \
|
--size 2 \
|
||||||
--region us-central1
|
--zone us-central1-a
|
||||||
|
|
Loading…
Reference in New Issue