We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
release 0.25.1 client_max_body_size and client_body_buffer_size are hard-coded for '/configuration' https://github.com/kubernetes/ingress-nginx/blob/nginx-0.25.1/rootfs/etc/nginx/template/nginx.tmpl#L591
The text was updated successfully, but these errors were encountered:
Closing. Fixed in master #4446
Sorry, something went wrong.
To be clear, this was related to the exposed lua endpoint to configure nginx, not related to user ingresses.
@aledbf thks, but release 0.25.1 is broken, because ingress can't reconfigure on large setups (many of certs and other objects) and fails
@shcherbak yes, I am aware of that, but there is nothing we can do about it.
That said, you can. Follow the custom template guide https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/custom-template/ and adjust the sizes to fix this until the next release
No branches or pull requests
release 0.25.1
client_max_body_size and client_body_buffer_size are hard-coded for '/configuration'
https://github.com/kubernetes/ingress-nginx/blob/nginx-0.25.1/rootfs/etc/nginx/template/nginx.tmpl#L591
The text was updated successfully, but these errors were encountered: