Hi, I'm having an issue. When I deploy rancher using the docker method everything works ok. Then I moved forward and decide to use the helm deployment using this guide:
https://ranchermanager.docs.rancher.com/getting-started/quick-start-guides/deploy-rancher-manager/helm-cli. I'm using Ubuntu Ubuntu 22.04.5, k3s v1.31.7+k3s1 and rancher-latest 2.11. I'm trying to deploy to a vSphere Infrastructure that should be straightforward but what works seamless with using the rancher deploy on docker, using the same cloud image from ubuntu as template, on top of k3s, it get stuck in: "Configuring bootstrap node(s) test-cluster-pool1-8jlbr-gdn92: waiting for agent to check in and apply initial plan". I was checking some post in github and reddit that points to DNS, I tried using both my local DNS server and
ip address.
sslip.io but get the same behavior.
This are the errors in the log from the rancher pod:
2025/04/02 15
4247 [INFO] [planner] rkecluster fleet-default/test-cluster: configuring bootstrap node(s) test-cluster-pool1-8jlbr-gdn92: waiting for agent to check in and apply initial plan
2025/04/02 15
4247 [ERROR] error syncing 'c-m-wps5v855': handler cluster-deploy: cluster context c-m-wps5v855 is unavailable, requeuing
2025/04/02 15
4336 [ERROR] error syncing '_all_': handler user-controllers-controller: userControllersController: failed to set peers for key _all_: failed to start user controllers for cluster c-m-wps5v855: ClusterUnavailable 503: cluster not found, requeuing
2025/04/02 15
4447 [INFO] [planner] rkecluster fleet-default/test-cluster: configuring bootstrap node(s) test-cluster-pool1-8jlbr-gdn92: waiting for agent to check in and apply initial plan
2025/04/02 15
4447 [ERROR] error syncing 'c-m-wps5v855': handler cluster-deploy: cluster context c-m-wps5v855 is unavailable, requeuing
2025/04/02 15
4536 [ERROR] error syncing '_all_': handler user-controllers-controller: userControllersController: failed to set peers for key _all_: failed to start user controllers for cluster c-m-wps5v855: ClusterUnavailable 503: cluster not found, requeuing
2025/04/02 15
4647 [ERROR] error syncing 'c-m-wps5v855': handler cluster-deploy: cluster context c-m-wps5v855 is unavailable, requeuing
Anyone can give me any hint what may be the issue.