Make node-instance-group base names unique to prevent collisions

This commit is contained in:
gmarek 2016-05-23 14:36:08 +02:00
parent ce2d7ab5f7
commit 7b629a778c

View File

@ -778,7 +778,7 @@ function create-nodes() {
create "${group_name}" \
--project "${PROJECT}" \
--zone "${ZONE}" \
--base-instance-name "${NODE_INSTANCE_PREFIX}" \
--base-instance-name "${group_name}" \
--size "${this_mig_size}" \
--template "$template_name" || true;
gcloud compute instance-groups managed wait-until-stable \