Skip to content

Commit fe3d896

Browse files
committed
calico: set 1340 as mtu
1 parent 8799f5f commit fe3d896

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/e2e/data/cni/calico/calico.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ data:
4545
# Configure the MTU to use for workload interfaces and tunnels.
4646
# By default, MTU is auto-detected, and explicitly setting this field should not be required.
4747
# You can override auto-detection by providing a non-zero value.
48-
veth_mtu: "0"
48+
# veth_mtu: "0"
49+
# Overwritten the default to prevent connectivity issues in GCVE networking.
50+
veth_mtu: "1340"
4951

5052
# The CNI network configuration to install on each node. The special
5153
# values in this config will be automatically populated.

0 commit comments

Comments
 (0)