Skip to content

Commit b640adf

Browse files
committed
Use IPIPCrossSubnet to avoid encapsulation
Trying to avoid https://issues.redhat.com/browse/OCPBUGS-56096 which might be caused by IPIP encapsulation issue: projectcalico/calico#1709
1 parent b33f8c7 commit b640adf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci-operator/step-registry/calico/conf/calico-conf-commands.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@ spec:
4848
calicoNetwork:
4949
nodeAddressAutodetectionV4:
5050
kubernetes: NodeInternalIP
51-
mtu: 1480
51+
ipPools:
52+
- cidr: 10.128.0.0/14
53+
encapsulation: IPIPCrossSubnet
5254
EOF

0 commit comments

Comments
 (0)