Skip to content

Unable to filter by label containing slash / symbol #151

@davojan

Description

@davojan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions