changed load balancer mode to snat to solve a packet dropping issue

This commit is contained in:
Karim Naufal 2021-10-07 09:14:51 +02:00
parent 66bfe13823
commit 42c6181e88

View File

@ -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.