Skip to content

Commit 6da9e56

Browse files
authored
Clarify master-to-cluster-manager name change in index.md (#8784)
In #7660 there was an effort to find-and-replace `master` with `cluster manager`. In this one particular case it was unwarranted however, as the sentence is explaining how master nodes are now called cluster manager nodes. I also simplified the sentence, as the "nomenclature" part is unnecessary. Signed-off-by: Benjamin Wolak <bwolak@crunchbase.com>
1 parent 47e881b commit 6da9e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tuning-your-cluster/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To create and deploy an OpenSearch cluster according to your requirements, it’
2020

2121
There are many ways to design a cluster. The following illustration shows a basic architecture that includes a four-node cluster that has one dedicated cluster manager node, one dedicated coordinating node, and two data nodes that are cluster manager eligible and also used for ingesting data.
2222

23-
The nomenclature for the cluster manager node is now referred to as the cluster manager node.
23+
The master node is now referred to as the cluster manager node.
2424
{: .note }
2525

2626
![multi-node cluster architecture diagram]({{site.url}}{{site.baseurl}}/images/cluster.png)

0 commit comments

Comments
 (0)