We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8799f5f commit fe3d896Copy full SHA for fe3d896
test/e2e/data/cni/calico/calico.yaml
@@ -45,7 +45,9 @@ data:
45
# Configure the MTU to use for workload interfaces and tunnels.
46
# By default, MTU is auto-detected, and explicitly setting this field should not be required.
47
# You can override auto-detection by providing a non-zero value.
48
- veth_mtu: "0"
+ # veth_mtu: "0"
49
+ # Overwritten the default to prevent connectivity issues in GCVE networking.
50
+ veth_mtu: "1340"
51
52
# The CNI network configuration to install on each node. The special
53
# values in this config will be automatically populated.
0 commit comments