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

server: use apiserver safe values where appropriate #4323

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

milas
Copy link
Contributor

@milas milas commented Mar 16, 2021

  1. Use an annotation instead of label for manifest (labels have
    strict requirements, e.g. 63 char max + only alphanumeric and
    -_. allowed.

  2. Sanitize resource names that are for entities which cannot be
    made compliant, e.g. image refs

  1) Use an annotation instead of label for manifest (labels have
     strict requirements, e.g. 63 char max + only alphanumeric and
     `-_.` allowed.

  2) Sanitize resource names that are for entities which cannot be
     made compliant, e.g. image refs
@milas milas requested a review from nicks March 16, 2021 14:38
@milas milas merged commit c2ec57d into master Mar 16, 2021
@milas milas deleted the milas/apiserver-safe-values branch March 16, 2021 17:36
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

Successfully merging this pull request may close these issues.

None yet

2 participants