Fix test < sign
This commit is contained in:
parent
6721e05387
commit
07b3c6dd48
@ -83,7 +83,7 @@ approve_kubelet_certificates() {
|
||||
kctl certificate approve $csrs
|
||||
fi
|
||||
((tries--))
|
||||
if [ "$tries" < 1 ]; then
|
||||
if [ "$tries" -lt "1" ]; then
|
||||
pinfo "Timeout waiting for kubelet certificates creation, please investigate why all nodes are not up by now"
|
||||
break
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user