Commit 30b8802f authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Future-proof detect-minions for gke

parent 489e75e0
...@@ -243,7 +243,8 @@ function detect-minion-names { ...@@ -243,7 +243,8 @@ function detect-minion-names {
detect-node-instance-group detect-node-instance-group
MINION_NAMES=($(gcloud compute instance-groups managed list-instances \ MINION_NAMES=($(gcloud compute instance-groups managed list-instances \
"${NODE_INSTANCE_GROUP}" --zone "${ZONE}" --project "${PROJECT}" \ "${NODE_INSTANCE_GROUP}" --zone "${ZONE}" --project "${PROJECT}" \
| cut -d'/' -f11)) --format=yaml | grep instance: | cut -d ' ' -f 2))
echo "MINION_NAMES=${MINION_NAMES[*]}" echo "MINION_NAMES=${MINION_NAMES[*]}"
} }
......
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