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 481 forks source link

[Urgent] Namescpaces multiselect combo box and search in all of them by keyword #3281

Open alexismosquera opened 2 years ago

alexismosquera commented 2 years ago

Describe the problem/challenge you have Currently, I can't search, for example, a pod in all namespaces filtering by a keyword. Also, I can't select multiple namespaces to try a selective search or view ot them

Describe the solution you'd like It would be nice just search by a keyword instead of clicking on every namespace to find a resource. Also, if I need to see multiple namespace resource, I have to go into every namespace :(

Anything else you would like to add: These features will help in the productivity. You can see these features running the Lens IDE.

Environment:

bryanl commented 2 years ago

This is by design. Octant doesn't currently support multiple namespaces. The core of the application is namespace specific. It would not be impossible to support this, but the work has not currently been scoped. Always looking for more contributors!