This message was deleted.
# rke2
a
This message was deleted.
m
What CNI? Looks like flannel, calico, canal, and cilium should automatically grok it. Calico has some extra concerns about it though (uses BGP instead of VXLAN). Looks like you might need to add the IPv6 subnets for the cluster-cidr and service-cidr in the rke2 config, though. https://docs.rke2.io/install/network_options#dual-stack-configuration
In the Rancher UI, it says the cluster CIDR can't be changed after the cluster is created (in the form), but still appears to be editable in the yaml view, so you might want to get a second opinion about this and not take my word for it 🙂
c
I'm using Canal. Also using Multus but only v4 addresses for it. I guess I could try to spin up a test cluster on a virtual environment with v4 only and then see what happens if I add the ipv6 info to it.
👍 1
m
I think it should be OK to add to but not otherwise change it. But I'm not at all confident in that.