@@ -16,13 +16,13 @@ When the first Coherence process starts, it will form a cluster. The next
1616Coherence process to start (i.e. in a different pod) will use UDP to try
1717to contact the master. Most Kubernetes overlay network providers do not
1818support 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
2121the Kubernetes service that is pointing to all cluster members.
2222
2323{{% notice note %}}
2424If 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.
2626However, the information is included below for completeness.
2727{{% /notice %}}
2828
@@ -36,7 +36,10 @@ would be called `domain1-cluster-cluster1` and follows the pattern:
3636domainUID "-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
4144The 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
5154must be installed. Most Kubernetes distributions will do this for you.
5255If 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:
8790Note that you will need to run that command for each line. So in the example
8891above, 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
9194the output is now an empty list.
9295
9396After making this change, restart your domain(s) and the Coherence cluster
0 commit comments