Error joining static worker #2549
Unanswered
cristianrat
asked this question in
Q&A
Replies: 1 comment 6 replies
-
This happens because hetzner cloud cluster is working under the hetzner cloud controller manager (CCM), and this CCM obviously don't see your baremetal machine in the hetzner cloud API. Only in theory we can configure kubelet on baremetal to avoid being uninitialized, but that will result in a mixed cluster and I'm very I'm far from certain that such cluster will work as intended and would recommend to avoid doing this. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So in short, I have a cluster on hetzner which works fine.
What I want is to join a metal box (ie: dedicated server) to this cluster.
What I tried:
It's stuck in
Waiting for nodes to initialize by CCM...
Looking at the logs, seems to be an issue with TLS, but unsure what to do about it
http: TLS handshake error from 123.123.123.123:21909: no serving certificate available for the kubelet
Beta Was this translation helpful? Give feedback.
All reactions