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

Updated route name length το 3 times the default, to cope with Ingress Controller problems #11822

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

csotiriou
Copy link
Contributor

Description

Fixes #11821

What it does.

It makes the route name accept a name length that is 3 times the default one. That is because in the Ingress Controller, the route name is actually automatically given by concatenating the namespace name + other factors, therefore.

Question:

  • Is this better to be a static number (like 600, without depending on the default rule)?

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ingress Controller ApisixRoutes: Reaching limit with less than 100 Characters
1 participant