From 8eb382075c052ef52f99c5032e801c341a06b69e Mon Sep 17 00:00:00 2001 From: Jeff Lowdermilk Date: Thu, 11 Jun 2015 13:46:10 -0700 Subject: [PATCH] Fix #9506 (cherry picked from commit 2af7dd5b57da539f8e457e208dd05a9e4b7d79b6) --- cluster/gke/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gke/util.sh b/cluster/gke/util.sh index 095ce5538c7..6d4ea3a477d 100755 --- a/cluster/gke/util.sh +++ b/cluster/gke/util.sh @@ -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) }