Skip to content

Commit

Permalink
Clarify that initial_cluster_manager_nodes uses node name (#7042)
Browse files Browse the repository at this point in the history
* Clarify that initial_cluster_manager_nodes uses node name and NOT hostname

This section needs clarification because it is ambiguous. The previous section (Bind a cluster to specific IP addresses) primes you to think in terms of IPs and hostnames while this section requires a node name or list of node names.

Signed-off-by: Drew Miranda <[email protected]>

* Apply suggestions from code review

Signed-off-by: Naarcha-AWS <[email protected]>

---------

Signed-off-by: Drew Miranda <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
  • Loading branch information
drewmiranda-gl and Naarcha-AWS authored May 10, 2024
1 parent c26bdf4 commit a606405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tuning-your-cluster/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Make sure to configure these settings on all of your nodes.

## Step 4: Configure discovery hosts and initial cluster manager nodes for a cluster

Now that you've configured the network hosts, you need to configure the discovery hosts and specify the cluster manager nodes for the initial cluster election.
Now that you've configured the network hosts, you need to configure the discovery hosts and specify the cluster manager nodes for the initial cluster election. Note that this is the node name and not the IP Address, hostname, or fully-qualified hostname.

For example, the setting looks like the following:

Expand Down

0 comments on commit a606405

Please sign in to comment.