Changing node roles in a 3-node cluster (etcd + control plane → single control plane) #14071
Unanswered
tungnguyenforvia
asked this question in
Q&A
Replies: 1 comment
-
|
AI is guessing, don't ask AI. The init node isn't special. Delete the node from Kubernetes, and it'll get removed from etcd as well and you will be down to a single-node etcd cluster. Ensure that agent (worker) nodes all point at the remaining server, and the server does not have a If you have concerns, just make sure you have a recent etcd snapshot to restore from. Restoring from a snapshot always resets etcd cluster membership back to a single node anyway. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m currently running a k3s cluster at home. Here is my initial setup:
I want to reduce the control plane to a single node.
I started by removing machine3 from the control plane:
This worked fine. My cluster now looks like:
My goal is to simplify the cluster to:
The remaining step is to convert machine1 (init node) into a worker-only node.
However, I have some concerns:
Unlike machine3, I’m unsure if I can safely:
Additionally:
machine1 has NVMe storage and GPU passthrough, so I’d really prefer to keep it as a worker node.
So I'm looking for some advice here.
Thanks in advance for your help!
Have a great day!
Beta Was this translation helpful? Give feedback.
All reactions