You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kubeflow central dashboard uses profiles to manage user access to resources and namespaces.
The default installation experience makes that the user has no access to the default namespace (kubeflow), so, for a regular user to experience Model Registry UI, it should follow this steps:
Tweak the UI to point at the instructions mentioned above to deploy MR in a given namespace rather than the administrator empty view.
- Talk with the community around how to overlay the [central dashboard configmap](https://github.com/kubeflow/manifests/blob/master/apps/centraldashboard/upstream/base/configmap.yaml) given that there's already an overlay for kserve
Next steps
Given that most of the use cases with Model Registry is sharing an instance between several users/teams, it might be interesting to enable All Namespaces in the namespace selector as described here, so users can share MR that are out of scope of the Profiles they have access to.
The text was updated successfully, but these errors were encountered:
Overview
After porting the UI manifests to the root directory as proposed in this issue we wanna improve the use experience installing Model Registry in kubeflow.
Current installation
Kubeflow central dashboard uses profiles to manage user access to resources and namespaces.
The default installation experience makes that the user has no access to the default namespace (kubeflow), so, for a regular user to experience Model Registry UI, it should follow this steps:
menuLinks
Proposal
There's a few things we can do to improve the installation, the main action points would be:
Next steps
Given that most of the use cases with Model Registry is sharing an instance between several users/teams, it might be interesting to enable All Namespaces in the namespace selector as described here, so users can share MR that are out of scope of the
Profiles
they have access to.The text was updated successfully, but these errors were encountered: