Dual stack (IPv4 and IPv6) Support in RKE

Hello, which version of RKE can support dual stack for cluster deployed in VMware virtual machine or on-premise environment ?

Thanks

1 Like

For Rancher/RKE, Rancher v2.6.0 / RKE v1.3.0 + Calico, see Introduce support for IP dual-stack · Issue #33107 · rancher/rancher · GitHub

For RKE2, see Support dual-stack in cni: calico · Issue #1717 · rancher/rke2 · GitHub

Thanks @superseb, able to create pods with both both ipv4 and ipv6 addresses assigned to them.
Now I need to connect to outside IPv6 network but that is failing as of now. Please help with changes needed to achieve that.
If any service needs to be created how do I create it with IPv6 address ?

The node is having global IPv6 address but pods are assigned link local IPv6 addresses and I believe service will also get link local address only. So does this needs to be changed in any way to connect to outside IPv6 network ?