-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
I can confirm the same error here. Attempting to install the chart with the command 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 Ref: https://stackoverflow.com/questions/60468110/kubernetes-object-size-limitations |
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. |
@alolita @ruthvik17 , Just FYI. Can someone fix this quickly ? |
@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. |
@sunnygoel87 I can confirm on my end that with the new version 0.3.1 this error is gone. |
Closing this issue since the error has been resolved. |
Installing the chart is not possible anymore.
Simple installation via helm:
will fail with:
I think the documentation directory can be safely added to .helmignore
The text was updated successfully, but these errors were encountered: