Skip to content

Commit 987efa5

Browse files
committed
fix(calico): use correct ipv6 range
Use correct IPv6 range to match Talos config.
1 parent 404b006 commit 987efa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

argo/calico/installation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
disableBGPExport: false
2828
disableNewAllocations: false
2929
blockSize: 112
30-
cidr: 2001:db8:1::/64
30+
cidr: 2001:db8:42:1::/64
3131
encapsulation: None
3232
natOutgoing: Enabled
3333
nodeSelector: all()

0 commit comments

Comments
 (0)