HA mode --voter

Hi Again,

In HA mode, is it possible to modify a Controllers RAFT voter status AFTER it's been added to the cluster ? As far as i can tell it's only possible to set the voter state --voter=true or --voter=false at the point of adding a Controller to a cluster with the ziti agent cluster add... command.

Thanks in advance !

Hi @farmhouse

There's not currently a command to do that. We'll probably add it at some point. The reason we haven't is that under the hood, changing the flag involves removing and adding the node back with the voter flag changed. Since you can do that externally using add/remove, the update command is just a nice wrapper.

Cheers,
Paul

1 Like

Cheers @plorenz. Thank you