We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What do you want to happen?:
The burst rate limit (multiplier) should be configurable (globally per ConfigMap and / or per Ingress).
The burst rate limit (multiplier) is not configurable (
ingress-nginx/internal/ingress/annotations/ratelimit/main.go
Lines 34 to 35 in 1021051
RATE_LIMIT * 5
Is there currently another issue associated with this?:
I haven't found any.
Does it require a particular kubernetes version?:
No.
/kind feature
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What do you want to happen?:
The burst rate limit (multiplier) should be configurable (globally per ConfigMap and / or per Ingress).
The burst rate limit (multiplier) is not configurable (
ingress-nginx/internal/ingress/annotations/ratelimit/main.go
Lines 34 to 35 in 1021051
RATE_LIMIT * 5
which is not a good thing for all use cases.Is there currently another issue associated with this?:
I haven't found any.
Does it require a particular kubernetes version?:
No.
/kind feature
The text was updated successfully, but these errors were encountered: