Skip to content

Commit 44f81c1

Browse files
committed
e2e: set mtu for calico
1 parent 3977cb7 commit 44f81c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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: "1360"
4949

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

0 commit comments

Comments
 (0)