Skip to content

Commit 43f606b

Browse files
committed
updates from review feedback
1 parent 2281152 commit 43f606b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs-source/content/faq/coherence-requirements.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ When the first Coherence process starts, it will form a cluster. The next
1616
Coherence process to start (i.e. in a different pod) will use UDP to try
1717
to contact the master. Most Kubernetes overlay network providers do not
1818
support multicast, so you should configure Coherence to use unicast and
19-
provide a "well known address" so that members can find the master.
20-
This is normally done by using the cluster address, i.e. the address of
19+
provide a "well known address (WKA)" so that members can find the master.
20+
This is typically done by using the cluster address, i.e. the address of
2121
the Kubernetes service that is pointing to all cluster members.
2222

2323
{{% notice note %}}
2424
If you create your domain using the samples provided in this project, the
25-
cluster will be able to form, you do not need to manually specify WKA.
25+
cluster will be able to form; you do not need to manually specify WKA.
2626
However, the information is included below for completeness.
2727
{{% /notice %}}
2828

@@ -36,7 +36,10 @@ would be called `domain1-cluster-cluster1` and follows the pattern:
3636
domainUID "-cluster-" cluster name
3737
```
3838

39-
Where `-cluster-` is a string literal.
39+
Where `-cluster-` is a string literal. Note also that the operator
40+
normalizes the domainUID and the cluster name if necessary so that they
41+
are DNS compatible, for example all lower case, underscores converted
42+
to hyphens.
4043

4144
The Coherence well known addresses are provided in a variable named
4245
`coherence.wka` as shown in the example below:
@@ -47,7 +50,7 @@ The Coherence well known addresses are provided in a variable named
4750

4851
#### Operating system library requirements
4952

50-
In order for coherence clusters to form correctly, the `conntrack` library
53+
In order for Coherence clusters to form correctly, the `conntrack` library
5154
must be installed. Most Kubernetes distributions will do this for you.
5255
If you have issues with clusters not forming, you should check that
5356
`conntrack` is installed using this command (or equivalent):
@@ -87,7 +90,7 @@ using this command:
8790
Note that you will need to run that command for each line. So in the example
8891
above, you would need to run it twice.
8992

90-
Once you are done, you can run the previous command again and verify that
93+
After you are done, you can run the previous command again and verify that
9194
the output is now an empty list.
9295

9396
After making this change, restart your domain(s) and the Coherence cluster

0 commit comments

Comments
 (0)