You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cluster/validate-cluster.sh
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,7 @@ while true; do
140
140
if [[ "${attempt}"-gt"${last_run:-$MAX_ATTEMPTS}" ]];then
141
141
echo -e "${color_yellow:-}Detected ${ready} ready nodes, found ${found} nodes out of expected ${EXPECTED_NUM_NODES}. Your cluster may not be fully functional.${color_norm}"
142
142
kubectl_retry get nodes
143
+
kubectl_retry get pods -n kube-system -o wide
143
144
if [[ "${REQUIRED_NUM_NODES}"-gt"${ready}" ]];then
0 commit comments