mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Fix kube-up
This commit is contained in:
@@ -57,7 +57,7 @@ if [[ "${EXIT_ON_WEAK_ERROR}" == "true" ]]; then
|
|||||||
validate-cluster
|
validate-cluster
|
||||||
else
|
else
|
||||||
if ! validate-cluster; then
|
if ! validate-cluster; then
|
||||||
local validate_result="$?"
|
validate_result="$?"
|
||||||
if [[ "${validate_result}" == "1" ]]; then
|
if [[ "${validate_result}" == "1" ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
elif [[ "${validate_result}" == "2" ]]; then
|
elif [[ "${validate_result}" == "2" ]]; then
|
||||||
|
Reference in New Issue
Block a user