Skip to content

Commit 2c48dd2

Browse files
voetbergrdimaio
authored andcommitted
Replace daemons chart in k8 guide with mermaid.js #502
1 parent 6aefc68 commit 2c48dd2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/operator/k8s_guide.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,26 @@ Please notice that `USERCERT_NAME` and `USERKEY_NAME` correspond to the name of
648648
649649
A diagram of how the proxy certificate is created and mounted on the daemons is displayed below:
650650
651-
![image](/img/daemons-chart.png)
651+
```mermaid
652+
graph TD
653+
654+
voms[VOMS]
655+
fts[FTS Renewal Daemon]
656+
657+
A((user x509)) --> B((Rucio Identity))
658+
B --> C[upload, <br> download, <br> ...]
659+
C --> D[x509 Service]
660+
661+
662+
D --> fts --"x509 service"---> voms --"auth confirmation"---> fts
663+
fts --"x509 proxy"--> mount[secretMount]
664+
665+
mount --> i((daemon))
666+
mount --> j((daemon))
667+
mount --> k((daemon))
668+
669+
```
670+
652671
## Rucio UI
653672
[Reference Helm Chart](https://gitlab.cern.ch/rucio-it/flux-compass/-/blob/master/sync/rucio-ui.yaml?ref_type=heads).
654673
-127 KB
Binary file not shown.

0 commit comments

Comments
 (0)