Skip to content

Commit e9f65f1

Browse files
committed
feat(calico): revert to single-stack ipv4 cluster
Revert to using only IPv4 for this cluster, as dual-stack support in Kubernetes is still somewhat experimental and causing issues with various services.
1 parent 987efa5 commit e9f65f1

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

argo/calico/installation.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,6 @@ spec:
1515
disableNewAllocations: false
1616
blockSize: 22
1717
cidr: 10.244.0.0/16
18-
encapsulation: IPIP
19-
natOutgoing: Enabled
20-
nodeSelector: all()
21-
22-
- name: default-ipv6-ippool
23-
allowedUses:
24-
- Workload
25-
- Tunnel
26-
assignmentMode: Automatic
27-
disableBGPExport: false
28-
disableNewAllocations: false
29-
blockSize: 112
30-
cidr: 2001:db8:42:1::/64
31-
encapsulation: None
18+
encapsulation: VXLANCrossSubnet
3219
natOutgoing: Enabled
3320
nodeSelector: all()

0 commit comments

Comments
 (0)