Skip to content

clusdr join

Tells the local daemon to join the cluster member at <addr> (that member's Runtime API). The local daemon must already be running.

Synopsis

bash
clusdr join --token <token> [--observer] <addr>
FlagMeaning
--tokenCluster join token from clusdr init
--observerJoin as a Raft non-voter

Output

joined cluster, optional node certificate issued, then a member table (ID, ADDRESS, STATUS, ROLE).

Errors

ConditionResult
Invalid tokenUNAUTHORIZED
Cluster id mismatch (both set, different)Rejected
Unreachable addrUnavailable

See also

Documentation is sourced from the clusdr/docs tree.