-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
feature requestNew feature or requestNew feature or request
Description
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.
or-shachar, nalbam, eweidner, nicholas-ochoa, neilbartley and 3 more
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request