mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #3534 from satnam6502/validate-cluster
Fix Kubelet check in validate-cluster
This commit is contained in:
commit
5caeac7460
@ -62,9 +62,6 @@ for (( i=0; i<${#MINION_NAMES[@]}; i++)); do
|
|||||||
if [[ "${count}" == "0" ]]; then
|
if [[ "${count}" == "0" ]]; then
|
||||||
echo -e "${color_red}Failed to find ${MINION_NAMES[$i]}, cluster is probably broken.${color_norm}"
|
echo -e "${color_red}Failed to find ${MINION_NAMES[$i]}, cluster is probably broken.${color_norm}"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
|
||||||
echo -e " ${color_green}[working]${color_norm}"
|
|
||||||
break
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
name="${MINION_NAMES[$i]}"
|
name="${MINION_NAMES[$i]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user