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

Error: INSTALLATION FAILED: create: failed to create: Request entity too large: limit is 3145728 #30

Closed
AndreiBanaruTakeda opened this issue Apr 7, 2022 · 7 comments

Comments

@AndreiBanaruTakeda
Copy link

Installing the chart is not possible anymore.

Simple installation via helm:

helm install cloudwatch-container-insights aws-observability/adot-exporter-for-eks-on-ec2 -f values.yml

will fail with:

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

I think the documentation directory can be safely added to .helmignore

@steveellis
Copy link

steveellis commented Apr 7, 2022

I can confirm the same error here. Attempting to install the chart with the command helm install <name> <my repo name>/adot-exporter-for-eks-on-ec2 --set clusterName=<my cluster name> --set awsRegion=<my region> gives create: failed to create: Request entity too large: limit is 3145728.

It does seem like the only remedy for this on managed kubernetes is to reduce the size of the chart to below 3 megabytes and adding things like docs to the .helmignore would be the first thing to try.

Ref: https://stackoverflow.com/questions/60468110/kubernetes-object-size-limitations

@steveellis
Copy link

steveellis commented Apr 7, 2022

Would bet those screenshots in the docs are what is pushing it over the limit: https://github.com/aws-observability/aws-otel-helm-charts/tree/master/charts/adot-exporter-for-eks-on-ec2/documentation/screenshots.

@sunnygoel87
Copy link
Contributor

Would bet those screenshots in the docs are what is pushing it over the limit: https://github.com/aws-observability/aws-otel-helm-charts/tree/master/charts/adot-exporter-for-eks-on-ec2/documentation/screenshots.

PDF alone is 1.28 MB in size and 2 screeenshots together add another ~ 1MB.

@sunnygoel87
Copy link
Contributor

@alolita @ruthvik17 , Just FYI. Can someone fix this quickly ?

@sunnygoel87
Copy link
Contributor

sunnygoel87 commented Apr 8, 2022

@steveellis @AndreiBanaruTakeda - The issue has been fixed. I was able to deploy the Helm chart successfully. Please try and let us know if you still face the same issue. Thanks.

@steveellis
Copy link

@sunnygoel87 I can confirm on my end that with the new version 0.3.1 this error is gone.

@ruthvik17
Copy link
Contributor

Closing this issue since the error has been resolved.

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

4 participants