-
Notifications
You must be signed in to change notification settings - Fork 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
Rate-limit scaling doesn't works for mergable ingresses #5727
Comments
Hi @vepatel thanks for reporting! Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this 🙂 Cheers! |
Hi, |
no worries at all, thanks for the quick fix 👍🏼 |
Fixed! thanks @dbaumgarten |
hey @dbaumgarten , there seems to be an issue when i'm installing NIC using manifests https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/installation-with-manifests/
replicas:
conf:
|
Hi, The default deployment does not seem to set "-external-service" by default: https://github.com/nginxinc/kubernetes-ingress/blob/main/deployments/deployment/nginx-ingress.yaml#L96 Once this setting is set (and the referenced service exists) the scaling-feature should work just fine. |
thanks @dbaumgarten |
Describe the bug
When configuring rate-limit scaling at master ingress, the rate-limit calculation based of replica count doesn't works (works fine with standard ingress, VS and VSRs)
To Reproduce
Expected behavior
limit_req_zone ${binary_remote_addr} zone=default/cafe-ingress:10M rate=16r/s;
Your environment
Additional context
Add any other context about the problem here. Any log files you want to share.
The text was updated successfully, but these errors were encountered: