Closed qveensi closed 1 year ago
Here are the general caph docs: https://github.com/syself/cluster-api-provider-hetzner/tree/main/docs
You need to create a HetznerBareMetalHost via yaml, so that you define which bare metal machines will be integrated into your cluster.
@qveensi I hope you where able to get it running. I close the issue, please ask again if you have issues.
qveensi yesterday @qveensi have you tried the ccm from Syself? https://github.com/syself/hetzner-cloud-controller-manager
I picked up their solution, but I still did not find how to add iron nodes to the cluster, ccm still looks for nodes in hcloud, not robots, and there are no instructions on how to add nodes.
i used chart syself/ccm-hetzner with all the necessary keys in secret, including the login/password for robots.
logs from ccm:
and after append bare-metal nodes in my cluster, cluster-autoscaler not working yes:
maybe i can somehow set it to ignore bare-metal nodes?
I setup cluster over kubeadm with official docs: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/