Skip to content

Commit 66abd2f

Browse files
committed
ipam: fix mtu
1 parent f633180 commit 66abd2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/data/infrastructure-vsphere-govmomi/main/ipam/ipam-patch.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ spec:
1212
- apiGroup: ipam.cluster.x-k8s.io
1313
kind: InClusterIPPool
1414
name: ${CLUSTER_NAME}
15+
mtu: 1360
1516
nameservers:
1617
# Note: using 8.8.8.8 may require to set an IP as VSPHERE_SERVER
1718
- ${IPAM_NAMESERVER:-8.8.8.8}
@@ -31,6 +32,7 @@ spec:
3132
- apiGroup: ipam.cluster.x-k8s.io
3233
kind: InClusterIPPool
3334
name: ${CLUSTER_NAME}
35+
mtu: 1360
3436
nameservers:
3537
# Note: using 8.8.8.8 may require to set an IP as VSPHERE_SERVER
3638
- ${IPAM_NAMESERVER:-8.8.8.8}

0 commit comments

Comments
 (0)