Skip to content

Commit b189add

Browse files
committed
Merge branch 'fix-worker-hpc-k8s-install' into 'master'
Added important details to hpc worker and k8s worker install on multi-site. See merge request ryax-tech/ryax/ryax-engine!27
2 parents 354f2bf + a4f9663 commit b189add

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/docs/howto/worker-install.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ config:
5252
credentials:
5353
server: my.hpc-site.com
5454
username: ryax
55+
loki:
56+
enabled: false
57+
intelliscale:
58+
enabled: false
5559
```
5660
Each field explained in details:
5761
@@ -97,7 +101,7 @@ Also, we will inject the SSH private key required to access the SSH cluster.
97101
```sh
98102
helm upgrade --install worker-hpc-1 \
99103
oci://registry.ryax.org/release-charts/worker \
100-
--version 26.1.0 \
104+
--version 26.2.0-rc6 \
101105
--namespace ryaxns \
102106
--values worker-hpc.yaml \
103107
--set-file hpcPrivateKeyFile=./my-ssh-private-key
@@ -282,18 +286,18 @@ The registry is already exposed on the internet so only the secrets are required
282286

283287
**worker-site**
284288

285-
* The worker site must create a listener to have the main-site broker (ryax-broker-ext) and filestore (minio-ext) services exposed on its side.
289+
* The worker site must create a listener to have the main-site broker (ryax-broker-ext) and filestore (ryax-minio-ext) services exposed on its side.
286290
```shell
287291
skupper -n ryaxns listener create ryax-broker-ext 5672
288-
skupper -n ryaxns listener create minio-ext 9000
292+
skupper -n ryaxns listener create ryax-minio-ext 9000
289293
```
290294

291295
**main-site**
292296

293297
* The main-site must create a connector to allow the listeners to reach its local services, note that we use `--workload` to specify the target service of the connector.
294298
```shell
295299
skupper -n ryaxns connector create ryax-broker-ext 5672 --workload service/ryax-broker
296-
skupper -n ryaxns connector create minio-ext 9000 --workload service/minio
300+
skupper -n ryaxns connector create ryax-minio-ext 9000 --workload service/ryax-minio
297301
```
298302

299303
**main-site**

0 commit comments

Comments
 (0)