Report the found minions during validation of cluster

This commit is contained in:
Satnam Singh 2015-02-04 15:56:52 -08:00
parent 63c07ad58b
commit 5691b535eb

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