From 453df4dd063b82d6d4518e78e09dbd333c093e1b Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 6 Feb 2022 23:18:37 +0100 Subject: [PATCH] Revert "fix(calico): Force good MTU" Turns out the problem was based in the wiretrustee usage, that confused calico, resulting in double-tunneling. This reverts commit 8a51973269df9893e8e810d6f2a2ab808898e927. --- bootstrap/calico/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap/calico/release.yaml b/bootstrap/calico/release.yaml index 703632b3a..d83e889b1 100644 --- a/bootstrap/calico/release.yaml +++ b/bootstrap/calico/release.yaml @@ -24,7 +24,6 @@ spec: calicoNetwork: bgp: Enabled hostPorts: Enabled - mtu: 1440 ipPools: - blockSize: 26 cidr: 10.1.0.0/16 -- GitLab