-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
feat: Allows to configure client_max_body_size #12924
Conversation
0d14b21
to
8b9b7d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, need to bump the version but otherwise let's get this merged!
I've bumped the version. Let me know if there are any other changes required. |
Are there any updates on the merge for this one? |
a35a6f9
to
766072d
Compare
I've fixed all merge conflicts. It can be merged now. |
@trevorwhitney |
Hi this merge appears to be on the helm Changelog currently on main branch for the Helm 6.15.0 (release 6.18.0 is the latest current release). https://github.com/grafana/loki/blob/f5b0fb6b998dc0a49cd36c0968862340c7e517bf/production/helm/loki/CHANGELOG.md However I'm not actually finding any chart releases >=6.15.0 that include this variable for consumption. What is the process here for changes to chart or has this change erroneously been removed or are the changelogs incorrect? |
yeah, it looks like the |
Thank you, we appreciate the feedback @trevorwhitney 😃 Is there an open issue related to this to track/contribute to? |
@morganrowse there is now 😄 #14799 |
I'm still targeting Loki 2.X, so on Chart v5.44.4 which still has the config duplication issue without parameters,
The upside is that I'm still using official chart source, and no chart modification is required, just values.. |
What this PR does / why we need it:
Adjusting
client_max_body_size
in Nginx allows us to fix this nginx error:client intended to send too large body
.Which issue(s) this PR fixes:
Fixes #8736, #10521
Special notes for your reviewer:
Checklist
CONTRIBUTING.md
guide (required)feat
PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.docs/sources/setup/upgrade/_index.md
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PRdeprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR