From 5691b535eb61a6e1bc6ae96e90243b183bcd9abe Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Wed, 4 Feb 2015 15:56:52 -0800 Subject: [PATCH] Report the found minions during validation of cluster --- cluster/validate-cluster.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/validate-cluster.sh b/cluster/validate-cluster.sh index 9ce40b08c86b8..b10ad22ba96dc 100755 --- a/cluster/validate-cluster.sh +++ b/cluster/validate-cluster.sh @@ -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