Fix detect-minions.

pull/6/head
Brendan Burns 2014-12-05 15:18:31 -08:00
parent 071997593b
commit 8364fa5c93
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ function upload-server-tars() {
# Vars set:
# KUBE_MINION_IP_ADDRESS (array)
function detect-minions () {
detect-project
KUBE_MINION_IP_ADDRESSES=()
for (( i=0; i<${#MINION_NAMES[@]}; i++)); do
local minion_ip=$(gcloud compute instances describe --project "${PROJECT}" --zone "${ZONE}" \