Skip to content

Commit

Permalink
Update AUTO_CLUSTERING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Jan 28, 2022
1 parent 210c689 commit 17f3a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOC/AUTO_CLUSTERING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This document describes various ways to dynamically form rqlite clusters, which

## Quickstart

### Automatic Boostrapping
### Automatic Bootstrapping
While [manually creating a cluster](https://github.com/rqlite/rqlite/blob/master/DOC/CLUSTER_MGMT.md) is simple, it does suffer one drawback -- you must start one node first and with different options, so it can become the Leader. _Automatic Bootstrapping_, in constrast, allows you to start all the nodes at once, and in a very similar manner. You just need to know the network addresses of the nodes ahead of time.

For simplicity, let's assume you want to run a 3-node rqlite cluster. To bootstrap the cluster, use the `-bootstrap-expect` option like so:
Expand Down

0 comments on commit 17f3a46

Please sign in to comment.