Adding baremetal / dedicated nodes #231
Unanswered
DaanVanVugt
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Can you see the dedicated node in the private network from one of the regular nodes? Converting this into a discussion since it's not an issue with the tool. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to add one of our dedicated nodes, and managed to register it, following guides:
The node is listed in
kubectl get nodes
, but has a taint:node.kubernetes.io/network-unavailable:NoSchedule
This seems to be caused by
which makes sense, since it is not a VPS and so the hcloud APIs will not like it.
Is there a way to prevent this taint from occurring? Or to manually make this route?
Beta Was this translation helpful? Give feedback.
All reactions