vmware-archive / octant

Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
https://octant.dev
Apache License 2.0
6.28k stars 489 forks source link

Search/Filter namespace list #2762

Open mklanjsek opened 3 years ago

mklanjsek commented 3 years ago

Recently we improved namespaces list with #2608. However, as noted here, that solution does not solve all problems when list contains large amount of namespaces. To address the remaining issues we should:

Unfortunately Clarity dropdown component currently does not offer search/filtering, but we should be able to extend it to address this issue.

GuessWhoSamFoo commented 3 years ago

Ctrl + Enter then !namespace can do this.