mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
remove kubernetes-anywhere from this repository
The project has been deprecated since Dec 2018 and is unused. Cleanup in: - /test/e2e/framework/ - /cluster/
This commit is contained in:
@@ -22,12 +22,10 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
source "${KUBE_ROOT}/cluster/skeleton/util.sh"
|
||||
|
||||
if [[ "${KUBERNETES_PROVIDER:-}" != "kubernetes-anywhere" ]]; then
|
||||
if [[ -n "${KUBERNETES_CONFORMANCE_TEST:-}" ]]; then
|
||||
KUBERNETES_PROVIDER=""
|
||||
else
|
||||
KUBERNETES_PROVIDER="${KUBERNETES_PROVIDER:-gce}"
|
||||
fi
|
||||
if [[ -n "${KUBERNETES_CONFORMANCE_TEST:-}" ]]; then
|
||||
KUBERNETES_PROVIDER=""
|
||||
else
|
||||
KUBERNETES_PROVIDER="${KUBERNETES_PROVIDER:-gce}"
|
||||
fi
|
||||
|
||||
# PROVIDER_VARS is a list of cloud provider specific variables. Note:
|
||||
|
Reference in New Issue
Block a user