(cherry picked from commit 2af7dd5b57)
This commit is contained in:
Jeff Lowdermilk 2015-06-11 13:46:10 -07:00 committed by Brendan Burns
parent 0a3ff4fa28
commit 8eb382075c

View File

@ -259,7 +259,7 @@ function detect-minion-names {
# Vars set:
# NODE_INSTANCE_GROUP
function detect-node-instance-group {
NODE_INSTANCE_GROUP=$("${GCLOUD}" alpha container clusters describe \
NODE_INSTANCE_GROUP=$("${GCLOUD}" "${CMD_GROUP}" container clusters describe \
--project="${PROJECT}" --zone="${ZONE}" "${CLUSTER_NAME}" \
| grep instanceGroupManagers | cut -d '/' -f 11)
}