Skip to content

Commit

Permalink
Merge pull request kubernetes#4137 from satnam6502/kubeup
Browse files Browse the repository at this point in the history
Report the found minions during validation of cluster
  • Loading branch information
filbranden committed Feb 5, 2015
2 parents 5d2ea04 + 5691b53 commit bf09773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/validate-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf09773

Please sign in to comment.