rancher / dashboard

The Rancher UI
https://rancher.com
Apache License 2.0
446 stars 249 forks source link

Feature request: Ability to filter workloads (pods) by metadata annotation tags #4469

Open burkestar opened 2 years ago

burkestar commented 2 years ago

Detailed Description As explained in rancher/docs#4033 (which is requesting UI documentation):

I'm using the Rancher Cluster Explorer v2.5.8 and would like to find documentation around how to filter pods with more advanced criteria (by metadata.annotations, for example). Something like "kubectl get pods -o jsonpath" with some query expression to filter on matching metadata tags.

I would like the ability to filter by more information associated with the job or pod. Right now, the "filter" search box only seems to match based on the visible data in the table. image

It would be useful to be able to either add additional columns (metadata.annotations.some-tag). Alternatively, if the filter box performed a full-text search of "hidden" data about the pods such as the metadata, that could work too.

Context Without the ability to filter the large list of jobs / pods, it makes using the Rancher UI less useful and instead I have to use kubectl with either -o jsonpath or | jq to filter on the criteria I want.

richard-cox commented 2 years ago

Linking rancher/dashboard#4405

catherineluse commented 2 years ago

SURE-4780