Skip to content
Snippets Groups Projects
Verified Commit 8a519732 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(calico): Force good MTU

With wireguard it's suggested to set the MTU to 60 bytes less than the
general MTU of the interfaces. the general interfaces have a standard
MTU of 1500.

References:
https://projectcalico.docs.tigera.io/networking/mtu#determine-mtu-size
parent 15d2dd09
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ spec:
calicoNetwork:
bgp: Enabled
hostPorts: Enabled
mtu: 1440
ipPools:
- blockSize: 26
cidr: 10.1.0.0/16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment