I'm facing a scenario where my cluster initially h...
# harvester
s
I'm facing a scenario where my cluster initially had 5 servers, and I've added a few more. I need to transfer the "control-plane,etcd,master" roles to the new nodes. During installation of the new nodes, I selected either the Management or Worker role. Appreciate help.
c
Promotion of node into management role will fall to additional nodes installed with default or management role. "Promotion" means only if one of the management node get removed will the awaiting node get promoted. Not possible to swap roles for live/active nodes.
s
Thank you. I currently have three etcd/control plane nodes. I removed(cordoned and deleted) one of them, but the role didn’t transfer to another node. Now, I’m left with only two etcd/control plane nodes.
c
The order of preference for the next promotion in line should be healthy node with the following labels order by CreationTimestamp preferring the oldest. 1. harvester.io/witness=true 2. harvester.io/management=true 3. Any other nodes installed with default role
What version are you running?
s
I am running 1.6.0.
c
Please raise an issue (https://github.com/harvester/harvester/issues) and provide a support-bundle for review if you believe there is a bug where the described logic isn't functioning.
s
Thanks.