mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Default EXIT_ON_WEAK_ERROR
This commit is contained in:
parent
48caef3576
commit
92f60159ec
@ -25,7 +25,7 @@ set -o nounset
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||||
EXIT_ON_WEAK_ERROR="${EXIT_ON_WEAK_ERROR:-true}"
|
EXIT_ON_WEAK_ERROR="${EXIT_ON_WEAK_ERROR:-false}"
|
||||||
|
|
||||||
if [ -f "${KUBE_ROOT}/cluster/env.sh" ]; then
|
if [ -f "${KUBE_ROOT}/cluster/env.sh" ]; then
|
||||||
source "${KUBE_ROOT}/cluster/env.sh"
|
source "${KUBE_ROOT}/cluster/env.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user