Commit 8800450c authored by Zach Loafman's avatar Zach Loafman

Merge pull request #13046 from jlowdermilk/fix-mig-command

fix mig command for gce
parents 86a10a14 f0b5c5b7
...@@ -249,7 +249,7 @@ function detect-minion-names { ...@@ -249,7 +249,7 @@ function detect-minion-names {
detect-project detect-project
MINION_NAMES=($(gcloud compute instance-groups managed list-instances \ MINION_NAMES=($(gcloud compute instance-groups managed list-instances \
"${NODE_INSTANCE_PREFIX}-group" --zone "${ZONE}" --project "${PROJECT}" \ "${NODE_INSTANCE_PREFIX}-group" --zone "${ZONE}" --project "${PROJECT}" \
| cut -d'/' -f11)) --format=yaml | grep instance: | cut -d ' ' -f 2))
echo "MINION_NAMES=${MINION_NAMES[*]}" >&2 echo "MINION_NAMES=${MINION_NAMES[*]}" >&2
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment