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

allow embedded cluster node labels with dns prefix #4514

Merged
merged 2 commits into from Mar 19, 2024

Conversation

cbodonnell
Copy link
Member

@cbodonnell cbodonnell commented Mar 19, 2024

What this PR does / why we need it:

This PR modifies the embedded cluster node label sanitization so that node labels with DNS prefixes are supported.

Ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Steps to reproduce

Does this PR introduce a user-facing change?

Fixes an issue in Embedded Cluster where forward slashes were replaced with dashes in custom role labels

Does this PR require documentation?

@cbodonnell cbodonnell marked this pull request as ready for review March 19, 2024 14:03
@cbodonnell cbodonnell added type::bug Something isn't working bug::normal labels Mar 19, 2024
@cbodonnell cbodonnell merged commit d98d678 into main Mar 19, 2024
105 checks passed
@cbodonnell cbodonnell deleted the cbo/allow-label-dns-prefix branch March 19, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug::normal type::bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants