kubernetes / dashboard

General-purpose web UI for Kubernetes clusters
Apache License 2.0
14.48k stars 4.17k forks source link

Allow the user to search for labels #3160

Open BeWut opened 6 years ago

BeWut commented 6 years ago

Is it possible to search for labels in the dashboard? When i tried it last time it didn't seem to work, so if not it would be nice to search for elements containing labels, similiar to kubectl (see here for reference).

Dashboard version: 1.8.3 Kubernetes version: 1.10.3

jeefy commented 6 years ago

/kind feature /lifecycle frozen

pmpfr commented 5 years ago

There's also demand for this on stackoverflow.

maciaszczykm commented 4 years ago

This should also cover application support (https://github.com/kubernetes/dashboard/issues/1599) as apps are connected with labels. The application CRDs can be viewed already, user can even pin them to the menu.

mumrau commented 3 years ago

Has anything been started regarding this topic?

maciaszczykm commented 3 years ago

As far as I know, no. We do not have enough resources and this is not the highest priority. If you are willing to work on this we will help you.

nfrmtkr commented 2 years ago

I also vote for this feature.

regnaio commented 1 year ago

+1

nishafnaeem commented 9 months ago

+1

avanish23 commented 4 weeks ago

I have opened PR #9572 where we can filter pods based on labels, annotations, and status. I will expand its horizon with other workload types like Deployments, Daemon sets, etc. However, I believe this issue is about supporting it from the dashboard search bar. I will take this up as I have more bandwidth. /assign

pmpfr commented 3 weeks ago

Thanks @avanish23 ! FWIW, when I commented on this in 2019 it's because I wanted to be able to filter programatically rather than through the UI, so your PR is exactly the sort of thing I hoped for 👍