Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong cluster setup example #74

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion versioned_docs/version-3.4/setup/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ title: Cluster
4. Enter the ClusterID of the existing cluster. You can find it in any `config.json` of a set up node in the section `cluster`.
5. Enter the names of all existing nodes (separated as said by a `;`)
6. Enter the host of each node in the format IP:PORT (e.g. `127.0.0.1:1410`)
7. Add the new node on every existing node of the Cluster with the `clu add <Name> <Host>` command (e.g. `clu add Node-2 127.0.0.1`)
7. Add the new node on every existing node of the Cluster with the `clu add <Name> <Host>` command (e.g. `clu add Node-2 127.0.0.1:1410`)

:::tip Correct

Expand Down