Replies: 1 comment
-
No, this is not currently supported. We need the node object to exist for all control-plane and etcd nodes, as we use annotations on them to assist with managing the etcd cluster membership, locating the apiserver endpoint addresses, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm currently trying to create a RKE2 cluster where the Kubelet on the control-plane nodes does not register the node with the api server. Basically I would like the control-plane nodes to run all necessary services for operating the cluster without them being available as nodes to run workloads on from within the cluster.
My first try was to just disable Kubelet node registration for the server nodes by providing the following config:
This works insofar as that the Kubelet indeed does not perform the registration. Unfortunately rke2-server never completes startup as it is apparently waiting for the control-plane node to appear in the node list.
Is there a way to configure RKE2 to achieve my goal? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions