diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index c7546f50f43..aa56119dfa9 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -779,7 +779,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 \