We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f4ebd commit f0b5c5bCopy full SHA for f0b5c5b
cluster/gce/util.sh
@@ -249,7 +249,7 @@ function detect-minion-names {
249
detect-project
250
MINION_NAMES=($(gcloud compute instance-groups managed list-instances \
251
"${NODE_INSTANCE_PREFIX}-group" --zone "${ZONE}" --project "${PROJECT}" \
252
- | cut -d'/' -f11))
+ --format=yaml | grep instance: | cut -d ' ' -f 2))
253
echo "MINION_NAMES=${MINION_NAMES[*]}" >&2
254
}
255
0 commit comments