Skip to content

Commit 148180e

Browse files
authored
fixing images path (#416)
1 parent c5fb708 commit 148180e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/operator/k8s_guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ OPENSTACK_PROJECT=cc059d57-6e98-4688-a3be-aae2b451868b,<your-openstack-project-I
168168
The ID `cc059d57-6e98-4688-a3be-aae2b451868b` will allow the LoadBalancer as a Service (LBaaS) instance to [assign LoadBalancers to this set](https://clouddocs.web.cern.ch/networking/load_balancing.html#adding-load-balancer-to-landb-sets). In the specific case of the COMPASS rucio instance, the `openstack-landb-set-access` is being set as a member of the `rucio-it-admins` egroup.
169169
Please refer to the LoadBalancers section for more information.
170170
:::
171-
![[/img/landb-set-create.png]]
171+
![image](/img/landb-set-create.png)
172172
173173
# Populating the cluster
174174
There are four main components that need to be installed in order to have the Rucio cluster operative:
@@ -338,7 +338,7 @@ With respect to the [original Helm chart](https://github.com/rucio/helm-charts/b
338338
This setup will trigger the `openstack-cloud-controller-manager` pod, and will automatically instantiate the requested LBs.
339339
340340
Please notice that in order to have LBs, one must request a quota change to the openstack project:
341-
![[/img/get-lbs.png]]
341+
![image](/img/get-lbs.png)
342342
343343
To check the status of the LBs, the CLI command can be used:
344344
```sh
@@ -376,7 +376,7 @@ In the current example, a cert for `compass-rucio.cern.ch` (corresponding to the
376376
377377
:::tip[Certs pro move]
378378
> Create a [grid Host certificate](https://ca.cern.ch/ca/host/Request.aspx?template=ee2host) linked to both servers and auth domains. If you need, you can specify Subject Alternative Names (SANs) for your certificate, in DNS format in the SAN box. Then you'll have one cert to rule them all:
379-
![[/img/grid-host-certs.png]]
379+
![image](/img/grid-host-certs.png)
380380
:::
381381

382382
#### Create the `host`, `key`, `ca` and `GridCA` files
@@ -557,7 +557,7 @@ additionalEnvs:
557557
558558
A diagram of how the proxy certificate is created and mounted on the daemons is displayed below:
559559
560-
![[/img/daemons-chart.png]]
560+
![image](/img/daemons-chart.png)
561561
## Rucio UI
562562
[Reference Helm Chart](https://gitlab.cern.ch/rucio-it/flux-compass/-/blob/master/sync/rucio-ui.yaml?ref_type=heads).
563563

0 commit comments

Comments
 (0)