From c5ae527ae4394b8ffbcc1f8bf24b7301c7fc96b0 Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Tue, 7 Feb 2023 11:48:59 +0700 Subject: [PATCH] cilium: enable native IP masquerade support in eBPF, needed for disabling legacy host routing --- apps/system/cilium/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/system/cilium/values.yaml b/apps/system/cilium/values.yaml index 0604c33..674af50 100644 --- a/apps/system/cilium/values.yaml +++ b/apps/system/cilium/values.yaml @@ -4,3 +4,5 @@ cilium: k8sServicePort: 6443 operator: replicas: 1 + bpf: + masquerade: true