mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +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}" \
|
--base-instance-name "${extra_group_name}" \
|
||||||
--size "${num_additional}" \
|
--size "${num_additional}" \
|
||||||
--template "${extra_template_name}" || true;
|
--template "${extra_template_name}" || true;
|
||||||
gcloud compute instance-groups managed wait-until-stable \
|
gcloud compute instance-groups managed wait-until --stable \
|
||||||
"${extra_group_name}" \
|
"${extra_group_name}" \
|
||||||
--zone "${ZONE}" \
|
--zone "${ZONE}" \
|
||||||
--project "${PROJECT}" \
|
--project "${PROJECT}" \
|
||||||
@ -3064,7 +3064,7 @@ function create-linux-nodes() {
|
|||||||
--base-instance-name "${group_name}" \
|
--base-instance-name "${group_name}" \
|
||||||
--size "${this_mig_size}" \
|
--size "${this_mig_size}" \
|
||||||
--template "${template_name}" || true;
|
--template "${template_name}" || true;
|
||||||
gcloud compute instance-groups managed wait-until-stable \
|
gcloud compute instance-groups managed wait-until --stable \
|
||||||
"${group_name}" \
|
"${group_name}" \
|
||||||
--zone "${ZONE}" \
|
--zone "${ZONE}" \
|
||||||
--project "${PROJECT}" \
|
--project "${PROJECT}" \
|
||||||
@ -3104,7 +3104,7 @@ function create-windows-nodes() {
|
|||||||
--base-instance-name "${group_name}" \
|
--base-instance-name "${group_name}" \
|
||||||
--size "${this_mig_size}" \
|
--size "${this_mig_size}" \
|
||||||
--template "${template_name}" || true;
|
--template "${template_name}" || true;
|
||||||
gcloud compute instance-groups managed wait-until-stable \
|
gcloud compute instance-groups managed wait-until --stable \
|
||||||
"${group_name}" \
|
"${group_name}" \
|
||||||
--zone "${ZONE}" \
|
--zone "${ZONE}" \
|
||||||
--project "${PROJECT}" \
|
--project "${PROJECT}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user