Hello.
I am trying to join a worker node to a rancher deployed rke2 cluster.
but this node gives me this error
level=error msg="failed to get CA certs: Get \"
https://127.0.0.1:6444/cacerts\": EOF
"
if i try to restart rke2-server after a reboot, i get this error
"Cluster CA certificate is not trusted by the host CA bundle, but the token does not include a CA hash. Use the full token from the server's node-token file to enable Cluster CA validation."
google have lead me to think the worker can not talk to the controllplane, but using curl to test /cacerts reachabillity, works with ipv4 address, ipv6 address, hostname, and loadbalancer ip and host.
anyone have an idea of where to troubleshoot next ?