From 355be993906f35863b7a6a6f2aba12de77a52140 Mon Sep 17 00:00:00 2001 From: Walter Fender Date: Tue, 1 Jun 2021 16:53:41 -0700 Subject: [PATCH] Default GCE testing to using konnectivity Turning GRPC based Konnectivity testing on id advance of removing the SSHTunnel code. https://testgrid.k8s.io/sig-api-machinery-network-proxy#ci-kubernetes-e2e-gci-gce-network-proxy-grpc&width=25 shows the feature to be stable and it should remain that way. --- cluster/gce/config-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 9a1f46e43ef..0717152f3b3 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -42,6 +42,9 @@ NODE_LOCAL_SSDS=${NODE_LOCAL_SSDS:-0} NODE_LABELS=${KUBE_NODE_LABELS:-} WINDOWS_NODE_LABELS=${WINDOWS_NODE_LABELS:-} NODE_LOCAL_SSDS_EPHEMERAL=${NODE_LOCAL_SSDS_EPHEMERAL:-} +# Turning GRPC based Konnectivity testing on id advance of +# removing the SSHTunnel code. +export KUBE_ENABLE_EGRESS_VIA_KONNECTIVITY_SERVICE=true # KUBE_CREATE_NODES can be used to avoid creating nodes, while master will be sized for NUM_NODES nodes. # Firewalls and node templates are still created.