Bumping k8s dependencies to 1.13
This commit is contained in:
6
vendor/k8s.io/kubernetes/cluster/local/util.sh
generated
vendored
6
vendor/k8s.io/kubernetes/cluster/local/util.sh
generated
vendored
@@ -18,13 +18,7 @@ function prepare-e2e() {
|
||||
echo "Local doesn't need special preparations for e2e tests" 1>&2
|
||||
}
|
||||
|
||||
# Must ensure that the following ENV vars are set
|
||||
function detect-master {
|
||||
export KUBE_MASTER_IP="127.0.0.1"
|
||||
export KUBE_MASTER="localhost"
|
||||
}
|
||||
|
||||
detect-master() {
|
||||
KUBE_MASTER=localhost
|
||||
KUBE_MASTER_IP=127.0.0.1
|
||||
KUBE_MASTER_URL="http://${KUBE_MASTER_IP}:8080"
|
||||
|
Reference in New Issue
Block a user