Skip to content

Commit

Permalink
cdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose-Matsuda committed Oct 30, 2024
1 parent d19a1d6 commit 21d9e53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/dev/features/netapp-mounting/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21d9e53

Please sign in to comment.