Replies: 7 comments 9 replies
-
Doing proper pod/service subnets should be enough. If you applied this after the moment the cluster bootstrapped, you might need to do a manifest sync via @TimJones any ideas? |
Beta Was this translation helpful? Give feedback.
-
If you're using the default Flannel CNI that comes with Talos, you will have to specifically enable IPv6 with the |
Beta Was this translation helpful? Give feedback.
-
I am stuck at the same Point, the Nodes not getting the IPv6 Cidr. Funny enough configuring them to big stops the controller-manner to come up. Just to be safe, I redeployed the whole cluster multiple times now.
|
Beta Was this translation helpful? Give feedback.
-
@eremid and @RealKelsar did any of you manage to make IPv6 work with Talos ? If so can you share the configuration needed? I am on Talos/Cilium and cannot get dualstack working |
Beta Was this translation helpful? Give feedback.
-
I am also having problems with this. It seems like ipv6 should be a no brainer in 2024... I'm not entirely sure what is broken here, but I have IPv6 configured, but now flannel won't start. My guess is this is related to the node not having something configured properly. The Talos address list includes an IPv6 address. What's also annoyingly difficult is that my provider is lame, and only gives me three /64s, not something I can chop up. My plan was to use fc00::/7 address subnets for the pod and service addresses, and then put "proper" addresses in MetalLB.
|
Beta Was this translation helpful? Give feedback.
-
Wow, should I even try talos? This would be a show stopper for me... |
Beta Was this translation helpful? Give feedback.
-
What worked for me after extending the I assume this is what @smira meant with "re-join the kubelet". Note: I only tested this on a single node setup. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to set up an IPv4/IPv6 dual-stack on Talos v1.6.3. I haven't found documentation to help me, and there are some open/closed issues, so I don't know what the status of dual-stack in Talos is.
Is there someone with a working configuration who can help me? I'm running Talos on three nodes with Flannel and MetalLB.
Here are my changes in the machineconfig to add IPv6 support :
In kube-proxy daemonset :
- --cluster-cidr=10.244.0.0/16,2001:db8:42:0::/56
For now, I'm stuck without an IPv6 CIDR on my nodes :
Nothing in the kube-controller-manager logs :
IPs :
Thanks a lot for your help.
Beta Was this translation helpful? Give feedback.
All reactions