mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #92422 from joakimr-axis/joakimr-axis_wait-until-stable
util.sh: Replace wait-until-stable with wait-until --stable
This commit is contained in:
commit
ca372d3ca5
@ -3033,7 +3033,7 @@ function create-linux-nodes() {
|
||||
--base-instance-name "${extra_group_name}" \
|
||||
--size "${num_additional}" \
|
||||
--template "${extra_template_name}" || true;
|
||||
gcloud compute instance-groups managed wait-until-stable \
|
||||
gcloud compute instance-groups managed wait-until --stable \
|
||||
"${extra_group_name}" \
|
||||
--zone "${ZONE}" \
|
||||
--project "${PROJECT}" \
|
||||
@ -3064,7 +3064,7 @@ function create-linux-nodes() {
|
||||
--base-instance-name "${group_name}" \
|
||||
--size "${this_mig_size}" \
|
||||
--template "${template_name}" || true;
|
||||
gcloud compute instance-groups managed wait-until-stable \
|
||||
gcloud compute instance-groups managed wait-until --stable \
|
||||
"${group_name}" \
|
||||
--zone "${ZONE}" \
|
||||
--project "${PROJECT}" \
|
||||
@ -3104,7 +3104,7 @@ function create-windows-nodes() {
|
||||
--base-instance-name "${group_name}" \
|
||||
--size "${this_mig_size}" \
|
||||
--template "${template_name}" || true;
|
||||
gcloud compute instance-groups managed wait-until-stable \
|
||||
gcloud compute instance-groups managed wait-until --stable \
|
||||
"${group_name}" \
|
||||
--zone "${ZONE}" \
|
||||
--project "${PROJECT}" \
|
||||
|
Loading…
Reference in New Issue
Block a user