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.
2 parents 86a10a1 + f0b5c5b commit 8800450Copy full SHA for 8800450
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