From 21d9e53c768fb362c554e8f71aaee3e4d40cac88 Mon Sep 17 00:00:00 2001 From: Jose Matsuda Date: Wed, 30 Oct 2024 10:23:28 -0400 Subject: [PATCH] cdb --- docs/dev/features/netapp-mounting/overview.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/dev/features/netapp-mounting/overview.md b/docs/dev/features/netapp-mounting/overview.md index d2517e6c..5894871e 100644 --- a/docs/dev/features/netapp-mounting/overview.md +++ b/docs/dev/features/netapp-mounting/overview.md @@ -81,6 +81,14 @@ For more details refer to the [README](https://github.com/StatCan/filer-sidecar- - [x] Update the image tag in the deployment in the argocd manifests repo. +## The UI +As referenced above, the user creates their `requesting-shares` configmap via a the manage-filers page component in [centraldashboard](https://github.com/StatCan/kubeflow/tree/kubeflow-aaw2.0/components/centraldashboard). +The manage-filers page is responsible for the following tasks; +- Gets the data to populate the dropdown from the `filers-list` CM in the das namespace +- Gets the data to fill out the tables to display from the user's namespace, in the CMs `requesting-shares` and `existing-shares` +- The submit button adds a new entry to the `requesting-shares` CM, which gets ingested by the ontap-controller +- Users can delete entries from the `existing-shares` CM, which is the CM ingested by the filer-sidecar-injector + ----------------------- ## Behaviour of the Ecosystem