-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UI] Namespace Filtering #4739
Comments
I have been thinking about listing all namespaces in the cluster filtered by a pipelines label. If perf has limitation, then we need a cache. I think specific actions need RBAC, seeing the list of namespaces probably don't. |
When there are a lot of users, we might want to add UI features to search namespaces, marking a namespace as default and bookmark some namespaces. |
I propose the following: On API side:
On UI side:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/lifecycle frozen |
/close I think this is already implemented |
@juliusvonkohout: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
A common need that comes up when building a Kubernetes-based UI is a namespace selector.
Examples include the Kubeflow CentralDashboard.
How do we populate the namespace selector? How do we decide which namespaces the user can see?
The solution of kubeflow/dashboard#44 should be used for the KFP UI as well.
/cc @Bobgy @elikatsis @StefanoFioravanzo @vkoukis
The text was updated successfully, but these errors were encountered: