diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index 0c623f59f35..ed02d8f982b 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -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 \