@@ -133,7 +133,7 @@ When you see the following message, you can continue.
133
133
deployment.apps/coherence-operator-controller-manager condition met
134
134
----
135
135
136
- See the <<docs/installation/01_installation .adoc,Installation Guide>> for more information about installing the Coherence Operator.
136
+ See the <<docs/installation/001_installation .adoc,Installation Guide>> for more information about installing the Coherence Operator.
137
137
138
138
[#pre-4]
139
139
==== Download Additional Software (Optional)
@@ -183,9 +183,9 @@ include::go/Dockerfile[tag=dockerfile]
183
183
184
184
You can view the source of each of the language clients here:
185
185
186
- * link: py/main.py[py/main.py]
187
- * link: js/main.js[js/main.js]
188
- * link: go/main.go[go/main.go]
186
+ * https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/ py/main.py[py/main.py]
187
+ * https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/ js/main.js[js/main.js]
188
+ * https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/ go/main.go[go/main.go]
189
189
190
190
[#dep-2]
191
191
==== Build the Example images
@@ -269,9 +269,9 @@ docker push ghcr.io/username/repo/polyglot-client-go:1.0.0
269
269
270
270
2. Modify the following files to change the image name accordingly in the following deployment yaml files:
271
271
+
272
- * link: yaml/py-client.yaml[py-client.yaml]
273
- * link: yaml/js-client.yaml[js-client.yaml]
274
- * link: yaml/go-client.yaml[go-client.yaml]
272
+ * https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/ yaml/py-client.yaml[py-client.yaml]
273
+ * https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/ yaml/js-client.yaml[js-client.yaml]
274
+ * https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/ yaml/go-client.yaml[go-client.yaml]
275
275
276
276
3. Create a secret if your repository is not public:
277
277
+
@@ -294,7 +294,7 @@ In each of the client deployment files, above add `imagePullSecrets` after the i
294
294
imagePullPolicy: IfNotPresent
295
295
imagePullSecrets:
296
296
- name: my-pull-secret
297
- ---
297
+ ----
298
298
299
299
[#dep-4]
300
300
==== 4. Deploy the Coherence Cluster
@@ -363,9 +363,9 @@ are directly accessing cluster within Kubernetes.
363
363
364
364
When we deploy the clients, the yaml used is shown below:
365
365
366
- * link: yaml/py-client.yaml[Python Client]
367
- * link: yaml/js-client.yaml[JavaScript Client]
368
- * link: yaml/go-client.yaml[Go Client]
366
+ * https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/ yaml/py-client.yaml[Python Client]
367
+ * https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/ yaml/js-client.yaml[JavaScript Client]
368
+ * https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/ yaml/go-client.yaml[Go Client]
369
369
370
370
By default, the Python, JavaScript and Go clients connect to `localhost:1408` on startup, but you can specify the gRPC host and port to connect to in the
371
371
code or use the `COHERENCE_SERVER_ADDRESS` environment variable to specify this which is more flexible.
0 commit comments