mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
e2e.go/kops: Make up timeout configurable, bump to 20m
Along the way: Fix ginkgo-e2e.sh. This change got dropped in the original PR, but it was meant to allow a conformance-style kubectl-auth test and still have a legit cloud provider.
This commit is contained in:
@@ -49,7 +49,7 @@ source "${KUBE_ROOT}/cluster/kube-util.sh"
|
||||
# ---- Do cloud-provider-specific setup
|
||||
if [[ -n "${KUBERNETES_CONFORMANCE_TEST:-}" ]]; then
|
||||
echo "Conformance test: not doing test setup."
|
||||
KUBERNETES_PROVIDER="skeleton"
|
||||
KUBERNETES_PROVIDER=${KUBERNETES_CONFORMANCE_PROVIDER:-"skeleton"}
|
||||
|
||||
detect-master-from-kubeconfig
|
||||
|
||||
|
Reference in New Issue
Block a user