-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
net-contour: rate limiting in contour HTTP Proxy spec #13033
Comments
/area networking |
This is related to knative-extensions/net-kourier#759 (rate limiting for net-kourier). What I am still debating is whether we should add it as a common API or not. |
@nak3 Thanks. PR is for |
This issue is stale because it has been open for 90 days with no |
This issue or pull request is stale because it has been open for 90 days with no activity. This bot triages issues and PRs according to the following rules:
You can:
/lifecycle stale |
This issue is stale because it has been open for 90 days with no |
This issue or pull request is stale because it has been open for 90 days with no activity. This bot triages issues and PRs according to the following rules:
You can:
/lifecycle stale |
This issue is stale because it has been open for 90 days with no |
Describe the feature
I am currently using net contour controller config which does not support enabling rate limiting in contour HTTP Proxy spec for my knative services.
Http Proxy with global rate limiting example: https://projectcontour.io/docs/v1.21.0/config/rate-limiting/#global-rate-limiting
Contour rate limiting design doc: https://github.com/projectcontour/contour/blob/main/design/ratelimit-design.md
configmap
config-contour
in knative-serving namespace should support contour HTTP Proxy rate liming spec.The text was updated successfully, but these errors were encountered: