You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
davojan
changed the title
Unable to filter by label containing slash / symbol
Unable to filter by label containing slash / symbol
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 toapp_kubernetes_io/name
(dots converted to underscores) and when I try to filter:I got this:
Bad query format: ~app_kubernetes_io/name = "backend": Failed to match sequence (EXPRESSION subquery:(SUBQUERY?)) at line 1 char 1.
The text was updated successfully, but these errors were encountered: