From 929ab5c5ebd707a414ebbcd7b49a69bfb1858cb4 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Wed, 2 Oct 2024 15:21:59 +0200 Subject: [PATCH] cilium: enable native routing in distro-full bundle (#384) Signed-off-by: Andrei Kvapil --- packages/core/platform/bundles/distro-full.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/platform/bundles/distro-full.yaml b/packages/core/platform/bundles/distro-full.yaml index 7e4d61a6..5ac57835 100644 --- a/packages/core/platform/bundles/distro-full.yaml +++ b/packages/core/platform/bundles/distro-full.yaml @@ -29,6 +29,7 @@ releases: enableIdentityMark: true ipv4NativeRoutingCIDR: "{{ index $cozyConfig.data "ipv4-pod-cidr" }}" autoDirectNodeRoutes: true + routingMode: native - name: cert-manager releaseName: cert-manager