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

@@ -25,8 +25,7 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
export KUBECTL KUBE_CONFIG_FILE
source "${KUBE_ROOT}/cluster/kube-env.sh"
source "${KUBE_ROOT}/cluster/${KUBERNETES_PROVIDER}/util.sh"
source "${KUBE_ROOT}/cluster/kube-util.sh"
prepare-e2e