Future-proof detect-minions for gke

This commit is contained in:
Jeff Lowdermilk 2015-08-20 17:00:05 -07:00
parent 489e75e073
commit 30b8802fa6

View File

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