@@ -16,13 +16,13 @@ When the first Coherence process starts, it will form a cluster. The next
16
16
Coherence process to start (i.e. in a different pod) will use UDP to try
17
17
to contact the master. Most Kubernetes overlay network providers do not
18
18
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
21
21
the Kubernetes service that is pointing to all cluster members.
22
22
23
23
{{% notice note %}}
24
24
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.
26
26
However, the information is included below for completeness.
27
27
{{% /notice %}}
28
28
@@ -36,7 +36,10 @@ would be called `domain1-cluster-cluster1` and follows the pattern:
36
36
domainUID "-cluster-" cluster name
37
37
```
38
38
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.
40
43
41
44
The Coherence well known addresses are provided in a variable named
42
45
` coherence.wka ` as shown in the example below:
@@ -47,7 +50,7 @@ The Coherence well known addresses are provided in a variable named
47
50
48
51
#### Operating system library requirements
49
52
50
- In order for coherence clusters to form correctly, the ` conntrack ` library
53
+ In order for Coherence clusters to form correctly, the ` conntrack ` library
51
54
must be installed. Most Kubernetes distributions will do this for you.
52
55
If you have issues with clusters not forming, you should check that
53
56
` conntrack ` is installed using this command (or equivalent):
@@ -87,7 +90,7 @@ using this command:
87
90
Note that you will need to run that command for each line. So in the example
88
91
above, you would need to run it twice.
89
92
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
91
94
the output is now an empty list.
92
95
93
96
After making this change, restart your domain(s) and the Coherence cluster
0 commit comments