bmv126
bmv126
In current code below is the behaviour for limit_req and limit_req_zone directives : a) burst is always set even if user does not need it. b) delay is always set...
In current code below is the behaviour for limit_req and limit_req_zone directives : a) burst is always set even if user does not need it. b) delay is always set...
Step1: Cloned the git using 1.12.1 tag ``` bash-4.4# git clone -b controller-v1.12.1 https://github.com/kubernetes/ingress-nginx.git Cloning into 'ingress-nginx'... remote: Enumerating objects: 131444, done. remote: Counting objects: 100% (483/483), done. remote: Compressing...