From 5fd05f505a6aee763ece5eac09263940258940a7 Mon Sep 17 00:00:00 2001 From: sido Date: Tue, 11 Sep 2018 16:59:40 +0200 Subject: [PATCH] updated docs --- molgenis/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/molgenis/README.md b/molgenis/README.md index 4c81c8e..2f56de4 100644 --- a/molgenis/README.md +++ b/molgenis/README.md @@ -98,7 +98,11 @@ You can now view the persistent volume claims and the attached volumes. | NAME | CAPACITY | ACCESS | MODES | RECLAIM | POLICY | STATUS | CLAIM | STORAGECLASS | REASON | AGE | | ---- | -------- | ------ | ----- | ------- | ------ | ------ | ----- | ------------ | ------ | --- | -| pvc-45988f55-900f-11e8-a0b4-005056a51744 | 30G | RWX | | Retain | Bound | molgenis-solverd/molgenis-nfs-claim | nfs-provisioner | | 33d | +| pvc-45988f55-900f-11e8-a0b4-005056a51744 | 30G | RWX | | Retain | Bound | molgenis-solverd/molgenis-nfs-claim | nfs-provisioner-retain | | | 33d | +| pvc-3984723d-220f-14e8-a98a-skjhf88823kk | 30G | RWO | | Delete | Bound | molgenis-test/molgenis-nfs-claim | nfs-provisioner | | | 33d | + +You see the ```molgenis-test/molgenis-nfs-claim``` is bound to the volume: ```pvc-3984723d-220f-14e8-a98a-skjhf88823kk```. +When you want to view the data in the this volume you can go to the nfs-provisioning pod and execute the shell. Go to the directory ```export``` and lookup the directory ```pvc-3984723d-220f-14e8-a98a-skjhf88823kk```. ## Firewall Is defined at cluster level. This chart does not facilitate firewall configuration.