Merge pull request #4137 from satnam6502/kubeup

Report the found minions during validation of cluster
This commit is contained in:
Filipe Brandenburger 2015-02-04 16:06:55 -08:00
commit bf0977396f

View File

@ -50,6 +50,7 @@ while true; do
fi
done
echo "Found ${found} nodes."
cat "${MINIONS_FILE}"
# On vSphere, use minion IPs as their names
if [[ "${KUBERNETES_PROVIDER}" == "vsphere" ]] || [[ "${KUBERNETES_PROVIDER}" == "vagrant" ]]; then