From 3765e83110d16e2a0e516c562031c1ae2de23d57 Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Thu, 15 Jan 2015 12:55:21 -0800 Subject: [PATCH] Fix Kubelet check in GCE validate-cluster --- cluster/validate-cluster.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/cluster/validate-cluster.sh b/cluster/validate-cluster.sh index 007ce20daea..9ce40b08c86 100755 --- a/cluster/validate-cluster.sh +++ b/cluster/validate-cluster.sh @@ -62,9 +62,6 @@ for (( i=0; i<${#MINION_NAMES[@]}; i++)); do if [[ "${count}" == "0" ]]; then echo -e "${color_red}Failed to find ${MINION_NAMES[$i]}, cluster is probably broken.${color_norm}" exit 1 - else - echo -e " ${color_green}[working]${color_norm}" - break fi name="${MINION_NAMES[$i]}"