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

Burst Rate Limit configurable #6068

Closed
galexrt opened this issue Aug 24, 2020 · 0 comments · Fixed by #6101
Closed

Burst Rate Limit configurable #6068

galexrt opened this issue Aug 24, 2020 · 0 comments · Fixed by #6101
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@galexrt
Copy link

galexrt commented Aug 24, 2020

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 (

// allow 5 times the specified limit as burst
defBurst = 5
), meaning that the burst rate limit is always 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

@galexrt galexrt added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant