From 962f2e516222182e53e0ed6eae350bc452afb95a Mon Sep 17 00:00:00 2001 From: Tam Mach Date: Sun, 27 Oct 2024 09:39:31 +0000 Subject: [PATCH] gha: Remove hostLegacyRouting in clustermesh [ upstream commit 78e8f73bace4ed024a8781325fa4882efaa1e026 ] Relates: #35098 Fixes: #31653 Signed-off-by: Tam Mach --- .github/workflows/conformance-clustermesh.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/conformance-clustermesh.yaml b/.github/workflows/conformance-clustermesh.yaml index f27db60595f3a..fe549b545dbe1 100644 --- a/.github/workflows/conformance-clustermesh.yaml +++ b/.github/workflows/conformance-clustermesh.yaml @@ -327,11 +327,6 @@ jobs: CILIUM_INSTALL_INGRESS="" if [ "${{ matrix.kube-proxy }}" == "none" ]; then CILIUM_INSTALL_INGRESS="--helm-set=ingressController.enabled=true" - # Once https://github.com/cilium/cilium/issues/31653 is fixed, we can remove tunnel check - # Use the legacy host routing in case of tunnel disabled - if [ "${{ matrix.tunnel }}" == "disabled" ]; then - CILIUM_INSTALL_INGRESS+=" --helm-set=bpf.hostLegacyRouting=true" - fi fi CONNECTIVITY_TEST_DEFAULTS="--hubble=false \