File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3033,7 +3033,7 @@ function create-linux-nodes() {
3033
3033
--base-instance-name " ${extra_group_name} " \
3034
3034
--size " ${num_additional} " \
3035
3035
--template " ${extra_template_name} " || true ;
3036
- gcloud compute instance-groups managed wait-until-stable \
3036
+ gcloud compute instance-groups managed wait-until - -stable \
3037
3037
" ${extra_group_name} " \
3038
3038
--zone " ${ZONE} " \
3039
3039
--project " ${PROJECT} " \
@@ -3064,7 +3064,7 @@ function create-linux-nodes() {
3064
3064
--base-instance-name " ${group_name} " \
3065
3065
--size " ${this_mig_size} " \
3066
3066
--template " ${template_name} " || true ;
3067
- gcloud compute instance-groups managed wait-until-stable \
3067
+ gcloud compute instance-groups managed wait-until - -stable \
3068
3068
" ${group_name} " \
3069
3069
--zone " ${ZONE} " \
3070
3070
--project " ${PROJECT} " \
@@ -3104,7 +3104,7 @@ function create-windows-nodes() {
3104
3104
--base-instance-name " ${group_name} " \
3105
3105
--size " ${this_mig_size} " \
3106
3106
--template " ${template_name} " || true ;
3107
- gcloud compute instance-groups managed wait-until-stable \
3107
+ gcloud compute instance-groups managed wait-until - -stable \
3108
3108
" ${group_name} " \
3109
3109
--zone " ${ZONE} " \
3110
3110
--project " ${PROJECT} " \
You can’t perform that action at this time.
0 commit comments