mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
Allow e2e tests to run with vagrant
This commit is contained in:
@@ -207,7 +207,9 @@ export KUBECFG="` + *root + `/cluster/kubecfg.sh -expect_version_match"
|
|||||||
source "` + *root + `/cluster/kube-env.sh"
|
source "` + *root + `/cluster/kube-env.sh"
|
||||||
source "` + *root + `/cluster/${KUBERNETES_PROVIDER}/util.sh"
|
source "` + *root + `/cluster/${KUBERNETES_PROVIDER}/util.sh"
|
||||||
|
|
||||||
|
if [[ ${KUBERNETES_PROVIDER} == "gce" ]]; then
|
||||||
detect-project
|
detect-project
|
||||||
|
fi
|
||||||
|
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user