feat(cilium): disable masquerade

This commit is contained in:
JJGadgets
2024-12-09 17:50:50 +08:00
parent 91e1e3acbf
commit 1239b98e35

View File

@@ -38,7 +38,7 @@ kubeProxyReplacementHealthzBindAddr: "0.0.0.0:10256"
enableIPv4Masquerade: false # BGP advertise PodCIDR so only FortiGate does NAT
directRoutingSkipUnreachable: true # use local L2 within cluster while outside cluster uses BGP
bpf:
masquerade: true
# masquerade: true
# hostLegacyRouting: true # so pods can use the normal Linux routing table from the host
tproxy: true # L7 netpols stuff
preallocateMaps: true # reduce latency, increased memory usage