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

nodeMemberLabel regex does not allow for common node labels #2087

Closed
bmayfi3ld opened this issue Nov 11, 2021 · 2 comments
Closed

nodeMemberLabel regex does not allow for common node labels #2087

bmayfi3ld opened this issue Nov 11, 2021 · 2 comments

Comments

@bmayfi3ld
Copy link

Setup Details

CIS Version : 2.6.1

Description

The regex in the virtual server CRD does not allow for node labels with a slash in them. This is very common for node labels

Steps To Reproduce

try to add nodeMemberLabel field with a label that has a slash in it.

Expected Result

The virtualserver resrouce to be saved

Actual Result

Regex error

Observations (if any)

Fixed by something like #2083 . I just added a slash there, but there may be other characters.

@bmayfi3ld bmayfi3ld added bug untriaged no JIRA created labels Nov 11, 2021
@trinaths
Copy link
Contributor

Created CONTCNTR-3015 for internal tracking.

@trinaths trinaths added JIRA and removed untriaged no JIRA created labels Nov 12, 2021
@sravyap135
Copy link
Contributor

This fix will be part of CIS 2.7 release. #2100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants