From 42c6181e880aca312c4c04b5b0bed28551aa205f Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Thu, 7 Oct 2021 09:14:51 +0200 Subject: [PATCH] changed load balancer mode to snat to solve a packet dropping issue --- manifests/helm/cilium/values.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/manifests/helm/cilium/values.yaml b/manifests/helm/cilium/values.yaml index a056655..62ee63f 100644 --- a/manifests/helm/cilium/values.yaml +++ b/manifests/helm/cilium/values.yaml @@ -104,11 +104,9 @@ loadBalancer: # -- algorithm is the name of the load balancing algorithm for backend # selection e.g. random or maglev algorithm: maglev - - # -- mode is the operation mode of load balancing for remote backends - # e.g. snat, dsr, hybrid - # dsr requires native routing via tunnel disabled (set by default above), see https://docs.cilium.io/en/latest/gettingstarted/kubeproxy-free/ - mode: dsr + + # dsr mode did probably caused packet drops, so falling back to snat + mode: snat # -- The agent can be put into one of the three policy enforcement modes: # default, always and never.