Closed localleon closed 10 months ago
This issue is stale because it has been open 90 days with no activity.
Since this issue is not getting any response from the maintainers, im gonna go ahead and close this. If i try some newer version of the provisioner, i may create a new issue or reopen this.
What happened:
I'm trying to provision a Workload-Cluster with the Hetzner Infrastructure Provider from SysElf and RKE2 for Bootstrap and Controlplane.
After applying my YAML-Manifests, the machines get provisoned successfully and the cluster gets installed correctly. However, the "clusterctl describe" shows the Workers Stuck with the status "WaitingForAvailableMachines"
Machines and Machinesets, looks gode. Control-Plane is reachable
Accessing the KUBECONFIG via clusterctl works, and i can successfully access the cluster with kubectl
Nodes are shown ready on the RKE2-Cluster and no obvious errors in the logs. Something seem's to be wrong with the RKE2-Provider picking up the correct machines in the machineset
What did you expect to happen:
After the RKE2-Cluster has successfully installed itself and is rechable. Status of the Kubernetes Resource should change to "Ready" from clusterctl
How to reproduce it:
Install the Hetzner-CAPI-Infrastructure Provider and create a Cloud-Account. Follow the setup guide in https://github.com/syself/cluster-api-provider-hetzner/blob/main/docs/topics/preparation.md
Apply the following manifest https://github.com/localleon/hetzner-clusterapi-rke2/blob/main/hetzner-capi-rke2-demo.yaml to you're cluster.
Environment:
/etc/os-release
): Ubuntu 22.04