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

Endpoint Name should also follow DNS1123 rule to have Maxlength=63 chars #288

Closed
yangcao77 opened this issue Jan 5, 2021 · 0 comments
Closed
Assignees
Labels
area/documentation Improvements or additions to documentation kind/enhancement New feature or request

Comments

@yangcao77
Copy link
Contributor

The schema limits endpoint name with Maxlength=15 is because the pod container port name has that limitation

Since we want to use <portNumber>-<protocol> as pod container port name (#287), the Endpoint Name won't have that 15 chars limitation; it should follow DNS1123 rule, to be with maxlength=63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant