Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh.

This commit is contained in:
Joe Finney
2016-03-08 16:51:20 -08:00
parent e8fda8c9e8
commit 401985bf6c
18 changed files with 19 additions and 42 deletions

View File

@@ -22,7 +22,7 @@ set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "${KUBE_ROOT}/cluster/kube-env.sh"
source "${KUBE_ROOT}/cluster/kube-util.sh"
echo "Testing cluster with provider: ${KUBERNETES_PROVIDER}" 1>&2