I have used following annotations to enable rate limiting in Rosa cluster. But it is showing unusual behaviour, I’m not sure where things could be going wrong.
Here number is 5, so it is making 12 successful connections rather than 5 which is actually strange.
haproxy.router.openshift.io/rate-limit-connections.concurrent-tcp: “5”
haproxy.router.openshift.io/rate-limit-connections.rate-http: “5”
haproxy.router.openshift.io/rate-limit-connections.rate-tcp: “5”