Fix detect-minion-names for gke provider

This commit is contained in:
CJ Cullen
2015-05-26 14:15:01 -07:00
parent c312d8230e
commit 28a8c13c19
2 changed files with 8 additions and 10 deletions

View File

@@ -21,7 +21,6 @@
MASTER_NAME="k8s-${CLUSTER_NAME}-master"
ZONE="${ZONE:-us-central1-f}"
NUM_MINIONS="${NUM_MINIONS:-2}"
MINION_NAMES=($(eval echo "k8s-${CLUSTER_NAME}-node-{1..${NUM_MINIONS}}"))
CLUSTER_API_VERSION="${CLUSTER_API_VERSION:-}"
# TODO(mbforbes): Actually plumb this through; this currently only works
# because we use the 'default' network by default.