Add ability to filter by pod status and by labels #7547
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
What would you like to be added?
Add more functionality for filtering (e.g.) pods:
Also add functionality not only to select matching rows, but also remove matching rows from result.
The selector should also be part of the URL - so it can be shared.
Why is this needed?
To understand bigger clusters it's important to be able quickly filter. The most common use case I have is this one:
Completed
podsRunning
podsAtm, our dev cluster reports 724 pods and I am interested in let's say failed pods, how do I get there? Sorting by Status and click through a few pages until I find
Status=Error
? It's better to be able to write more complex filters.The text was updated successfully, but these errors were encountered: