Skip to content
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

[Loki] Error: create: failed to create: Request entity too large: limit is 3145728 #3238

Closed
nick-oconnor opened this issue Jul 24, 2024 · 5 comments

Comments

@nick-oconnor
Copy link

nick-oconnor commented Jul 24, 2024

On upgrading my standalone Loki chart from 6.7.1 to 6.7.2, helm fails with:

Error: create: failed to create: Request entity too large: limit is 3145728

I'm running helm via terraform plugin. The error is usually thrown when a binary file is accidentally included in the chart.

@Cardes
Copy link

Cardes commented Jul 24, 2024

I think the file in question is this ~13Mi sized one:

loki\src\helm-test\helm-test

@z0rc
Copy link
Contributor

z0rc commented Jul 24, 2024

Upstream reported at grafana/loki#13633.

@mkyc
Copy link

mkyc commented Jul 24, 2024

steps to reproduce:

~ helm repo add grafana https://grafana.github.io/helm-charts
...
~ helm repo update
...
~ helm pull grafana/loki --version 6.7.2 --untar
...
~ du -sh loki 
 15M    loki

@crazyelectron-io
Copy link

Stumbled upon the same error when trying to install Loki with

helm upgrade --install --values loki-values.yaml loki --namespace=logging grafana/loki

Adding --version 6.7.3 solved it for me.

@nick-oconnor
Copy link
Author

Closing as this issue has been resolved in Loki v6.7.3. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants