Skip to content

Allow filtering by labels #90

@kosta

Description

@kosta

What problem are you trying to solve? Do you a suggestion on how to solve it?

In kubernetes, filtering by labels is a standard way of filtering resources that is not supported by aptakube. I find that I use the kubectl command-line for this, but I should not need to do that. E.g. just now ran this to find all configmaps with label grafana_dashboard: 1:

kubectl get cm --namespace foo --selector grafana_dashboard=1

Putting even just grafana_dashboard in the filter yields no results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions