Commit be53ad2b authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Merge pull request #9686 from jlowdermilk/gke-resize

Fix #9506
parents ec0dd2db 2af7dd5b
...@@ -259,7 +259,7 @@ function detect-minion-names { ...@@ -259,7 +259,7 @@ function detect-minion-names {
# Vars set: # Vars set:
# NODE_INSTANCE_GROUP # NODE_INSTANCE_GROUP
function detect-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}" \ --project="${PROJECT}" --zone="${ZONE}" "${CLUSTER_NAME}" \
| grep instanceGroupManagers | cut -d '/' -f 11) | grep instanceGroupManagers | cut -d '/' -f 11)
} }
......
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