Skip to content

Commit

Permalink
fix(cilium): still LB instability
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Dec 8, 2024
1 parent cc5f2ea commit f59533a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ l2announcements:

## NOTE: Cilium additional features and/or CRDs
bpf:
masquerade: false # not beneficial for homelab, and tends to conflict with other networking stuff
masquerade: true # not beneficial for homelab, and tends to conflict with other networking stuff
tproxy: true # L7 netpols stuff
#mapDynamicSizeRatio: "0.005" # Increase Cilium map sizes due to amount of netpols and identities, when BPF map pressure hits 100 endpoint creation starts failing
policyMapMax: 40960 # 2.5x default, dynamic size ratio doesn't increase this
Expand Down

0 comments on commit f59533a

Please sign in to comment.