Skip to content

Commit

Permalink
Report the found minions during validation of cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
satnam6502 committed Feb 4, 2015
1 parent 63c07ad commit 5691b53
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 5691b53

Please sign in to comment.