changed load balancer mode to snat to solve a packet dropping issue
This commit is contained in:
parent
66bfe13823
commit
42c6181e88
@ -105,10 +105,8 @@ loadBalancer:
|
|||||||
# selection e.g. random or maglev
|
# selection e.g. random or maglev
|
||||||
algorithm: maglev
|
algorithm: maglev
|
||||||
|
|
||||||
# -- mode is the operation mode of load balancing for remote backends
|
# dsr mode did probably caused packet drops, so falling back to snat
|
||||||
# e.g. snat, dsr, hybrid
|
mode: snat
|
||||||
# dsr requires native routing via tunnel disabled (set by default above), see https://docs.cilium.io/en/latest/gettingstarted/kubeproxy-free/
|
|
||||||
mode: dsr
|
|
||||||
|
|
||||||
# -- The agent can be put into one of the three policy enforcement modes:
|
# -- The agent can be put into one of the three policy enforcement modes:
|
||||||
# default, always and never.
|
# default, always and never.
|
||||||
|
Loading…
Reference in New Issue
Block a user