From 92f60159ec9004a0857c240658e250049b80403e Mon Sep 17 00:00:00 2001 From: gmarek Date: Mon, 15 Feb 2016 11:09:58 +0100 Subject: [PATCH] Default EXIT_ON_WEAK_ERROR --- cluster/kube-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/kube-up.sh b/cluster/kube-up.sh index 9b6a1ff43e1..7ef43b51e44 100755 --- a/cluster/kube-up.sh +++ b/cluster/kube-up.sh @@ -25,7 +25,7 @@ set -o nounset set -o pipefail 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 source "${KUBE_ROOT}/cluster/env.sh"