Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 8bba208

Browse files
author
Chris Wiechmann
authored
Update UPDATE.md
1 parent 863231b commit 8bba208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPDATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The solution ships the latest available Elastic version with new releases. Howev
123123
#### 3 Elasticsearch nodes required
124124

125125
:exclamation: Before proceeding, make sure that your Elasticsearch cluster consists of __at least 3 nodes__. For example 3 Elasticsearch nodes running on two machines is perfectly fine for this.
126-
There are 3 Elasticsearch nodes required, as there must always be a master node in the cluster. If this master is stopped, a quorum of remaining cluster nodes must remain to elect a new master. [Learn more](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-quorums.html)
126+
There are 3 Elasticsearch nodes required, as there must always be a master node in the cluster. If this master node is stopped, a quorum of remaining cluster nodes must still be running to elect a new master, otherwise an upgraded Elasticsearch node cannot join the cluster. [Learn more](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-quorums.html)
127127
If you have 2 Elasticsearch nodes, then you can bring up another node using the following command:
128128

129129
```

0 commit comments

Comments
 (0)