Merge pull request #10686 from mesosphere/kube-util

Move sourcing of provider-specific util.sh into kube-util.sh
This commit is contained in:
Mike Danese
2015-07-24 10:31:48 -07:00
7 changed files with 31 additions and 24 deletions

View File

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