Remove cluster/kube-env.sh.

This commit is contained in:
Joe Finney
2016-03-08 16:57:31 -08:00
parent 401985bf6c
commit 9845639e14
7 changed files with 13 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "${KUBE_ROOT}/cluster/kube-env.sh"
source "${KUBE_ROOT}/cluster/lib/util.sh"
SILENT=true
ALL=false