Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to filter by label containing slash / symbol #151

Open
davojan opened this issue Apr 24, 2020 · 0 comments
Open

Unable to filter by label containing slash / symbol #151

davojan opened this issue Apr 24, 2020 · 0 comments

Comments

@davojan
Copy link

davojan commented Apr 24, 2020

It seems that / symbol which is widely used for kubernetes labels is not supported.
My app.kubernetes.io/name label is for some reason converted to app_kubernetes_io/name (dots converted to underscores) and when I try to filter:

~app_kubernetes_io/name = "backend"

I got this:

Bad query format: ~app_kubernetes_io/name = "backend": Failed to match sequence (EXPRESSION subquery:(SUBQUERY?)) at line 1 char 1.

@davojan davojan changed the title Unable to filter by label containing slash / symbol Unable to filter by label containing slash / symbol Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant