Skip to content

Commit

Permalink
gha: Remove hostLegacyRouting in clustermesh
Browse files Browse the repository at this point in the history
[ upstream commit 78e8f73 ]

Relates: cilium#35098
Fixes: cilium#31653

Signed-off-by: Tam Mach <[email protected]>
  • Loading branch information
sayboras committed Dec 9, 2024
1 parent c6032be commit 962f2e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/conformance-clustermesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 962f2e5

Please sign in to comment.