This message was deleted.
# rke2
a
This message was deleted.
c
It's trying to contact the existing cluster member on ipv6, not rancher. If you don't want ipv6 on your nodes you should disable it at the OS level.
c
The template has ipv6 disabled in sysctl.conf. I deleted the server line referencing ipv6 in
/etc/rancher/rke2/config.yaml.d/50-rancher.yml
and it started chugging along.
c
If you delete the server line from the config then the server creates new cluster instead of having it join an existing cluster. That's probably not what you wanted.
I would check that your sysctls are actually being used, if the nodes have ipv6 addresses on their interfaces then it would seem that they are not.
c
I don’t see any ipv6 listed with
ip a
c
On the new nodes, or the existing nodes?
c
On the new. Ohh I’ll check existing
c
What do you see in
kubectl get node -o wide
Yes, it's pulling the primary address off existing nodes, because the new nodes need to contact an existing node to join. If the primary ip is ipv6, it'll try to join over ipv6.
c
Ah okay, ty!