mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-27 12:31:23 +00:00
Merge pull request #21243 from gmarek/master
Auto commit by PR queue bot
This commit is contained in:
commit
48caef3576
@ -57,7 +57,7 @@ if [[ "${EXIT_ON_WEAK_ERROR}" == "true" ]]; then
|
||||
validate-cluster
|
||||
else
|
||||
if ! validate-cluster; then
|
||||
local validate_result="$?"
|
||||
validate_result="$?"
|
||||
if [[ "${validate_result}" == "1" ]]; then
|
||||
exit 1
|
||||
elif [[ "${validate_result}" == "2" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user