Skip to content

Commit f6940cb

Browse files
authored
Update README.md
Minor tweak of the wording for multiple groups.
1 parent d314000 commit f6940cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,14 +275,14 @@ If you are permanently removing the host from the MarkLogic cluster, once the po
275275

276276
## Deploying a Multiple MarkLogic Cluster with Multiple Groups
277277

278-
To deploy a MarkLogic cluster with multiple groups (separate E and D nodes for example) the bootstrapHostName and group.name must be configured in values.yaml or set the values provided for these configurations using the --set flag while installing helm charts.
279-
For example, if you want to create a MarkLogic cluster with three nodes in a "dnode" group and two nodes in an "enode" group, run the following helm commands:
278+
To deploy a MarkLogic cluster with multiple groups (separate E and D nodes for example) the `bootstrapHostName` and `group.name` must be configured in values.yaml or set the values provided for these configurations using the `--set` flag while installing helm charts.
279+
For example, if you want to create a MarkLogic cluster with three nodes in a "dnode" group and two nodes in an "enode" group, start with the following helm command:
280280

281281
```
282282
helm install dnode-group ./charts/ --set group.name=dnode --set replicaCount=3
283283
```
284-
Once this deployment is complete, a MarkLogic cluster with three hosts in it should be running.
285-
To add the "enode" group and nodes to the cluster, the bootstrapHostName must be set to join the existing MarkLogic cluster. First host in the other group can be used. For this example, set bootstrapHostName to dnode-group-marklogic-0.dnode-group-marklogic-headless.default.svc.cluster.local with the following command:
284+
Once this deployment is complete, a MarkLogic cluster with three hosts should be running.
285+
To add the "enode" group and nodes to the cluster, the `bootstrapHostName` must be set to join the existing MarkLogic cluster. The first host in the other group can be used. For this example, set `bootstrapHostName` to `dnode-group-marklogic-0.dnode-group-marklogic-headless.default.svc.cluster.local` with the following command:
286286

287287
```
288288
helm install enode-group ./charts/ --set group.name=enode --set replicaCount=2 --set bootstrapHostName=dnode-group-marklogic-0.dnode-group-marklogic-headless.default.svc.cluster.local

0 commit comments

Comments
 (0)