Skip to content

clusdr promote

Turns an observer into a Raft voter. No argument promotes the local node.

Synopsis

bash
clusdr promote [node-id]

Behavior

The leader updates the Raft configuration (AddVoter on the existing id) and membership role.

ConditionResult
Unknown idError (NotFound)
Already a voterSuccess (no-op)

See also

Documentation is sourced from the clusdr/docs tree.