bmv126
bmv126
Does this really fix the issue ? As per discussion https://github.com/traefik/traefik/issues/7729#issuecomment-790717134 the solution does not work. Also as per https://github.com/kubernetes/kubernetes/issues/99824 it is not supported
Hi @Guidurand Can you try with latest chart. There was a bug fix related to similar issue https://github.com/kubernetes/ingress-nginx/pull/8825
Could be related to https://github.com/kubernetes/ingress-nginx/pull/8825/
Hi @Basitkhan23 Can you check inside the pod for nginx.conf if these are actually getting set for your location
@souravsekhar Do you see any errors in k8s api server pod logs ?
hi @souravsekhar How often are you seeing these error messages ? And is it only for ingress-nginx pod or other pods in the cluster which has interaction with api server...
Can you try updating here https://github.com/kubernetes/ingress-nginx/blob/01b92b8b3aca887b257851dbbc89e4c57815a4ab/images/nginx/rootfs/build.sh#L63
@gauravkumar13 The link which I provided is from the main branch. So 3.0.6 mod security library is not present in any of the images.
Currently there is issue with nginx (the default way in which it is built using pcre2) and openresty modules. Refer: https://github.com/openresty/lua-nginx-module/issues/1984
Any update on this ? Can this be merged.