Fix test < sign
This commit is contained in:
		| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user