Fix Kubelet check in GCE validate-cluster

This commit is contained in:
Satnam Singh 2015-01-15 12:55:21 -08:00
parent f312edf24d
commit 3765e83110

View File

@ -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]}"