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

helm 2.3.0 Error: grpc: received message length 11972000 exceeding the max size 10485760 #2261

Closed
sbezverk opened this issue Apr 12, 2017 · 3 comments

Comments

@sbezverk
Copy link
Contributor

Once switched to helm 2.3.0 we started hitting an issue with one of gate jobs which deploy a very large chart. It was working ok with version 2.2.3 though.
It seems 2.3.0 has added some additional info which trigger crossing this limit.

@sbezverk
Copy link
Contributor Author

Change here fixed the issue. Should do PR for this change?

pkg/tiller/server.go

var maxMsgSize = 1024 * 1024 * 20

@technosophos
Copy link
Member

Closed by #2262

@technosophos technosophos added this to the 2.3.1 - Bug fixes milestone Apr 12, 2017
@sauliuspr
Copy link

Check if you Chart directory does not contain unnecessary large files.

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

3 participants