Make node-instance-group base names unique to prevent collisions
This commit is contained in:
@@ -778,7 +778,7 @@ function create-nodes() {
|
|||||||
create "${group_name}" \
|
create "${group_name}" \
|
||||||
--project "${PROJECT}" \
|
--project "${PROJECT}" \
|
||||||
--zone "${ZONE}" \
|
--zone "${ZONE}" \
|
||||||
--base-instance-name "${NODE_INSTANCE_PREFIX}" \
|
--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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user