You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
NGINX Ingress controller version: 0.9.0-beta.19
Kubernetes version (use kubectl version): 1.8.4-gke.0
Environment:
Cloud provider or hardware configuration: GKE
What happened:
Rate limiting is not enforced when using numeric value to ingress annotation nginx.ingress.kubernetes.io/limit-rps
What you expected to happen:
Rate limiting ought to work with numeric values for said annotation (per documentation).
How to reproduce it (as minimally and precisely as possible):
Apply the said annotation to an ingress: nginx.ingress.kubernetes.io/limit-rps: 5
Test using e.g. siege: siege -c 20 https://myexample.com
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
NGINX Ingress controller version: 0.9.0-beta.19
Kubernetes version (use
kubectl version
): 1.8.4-gke.0Environment:
What happened:
Rate limiting is not enforced when using numeric value to ingress annotation
nginx.ingress.kubernetes.io/limit-rps
What you expected to happen:
Rate limiting ought to work with numeric values for said annotation (per documentation).
How to reproduce it (as minimally and precisely as possible):
Apply the said annotation to an ingress:
nginx.ingress.kubernetes.io/limit-rps: 5
Test using e.g. siege:
siege -c 20 https://myexample.com
The text was updated successfully, but these errors were encountered: