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

Increase grpc limit for GetConfigs api #38800

Merged
merged 1 commit into from
Feb 26, 2019
Merged

Conversation

dani-docker
Copy link
Contributor

Signed-off-by: Dani Louca dani.louca@docker.com

unable to list existing configs: Error response from daemon: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (14514307 vs. 4194304)

- What I did
This is change complements #38103 and increase the GRP limit the same way for list configs

- How I did it
Used the same approach as in #38103

- How to verify it
Create a large list of configs to bypass the 4MB default GRPC limit and run docker config ls

- Description for the changelog
Increase GRPC limit for GetConfigs

Signed-off-by: Dani Louca <dani.louca@docker.com>
@dani-docker
Copy link
Contributor Author

cc: @thaJeztah @tonistiigi

Copy link
Member

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

None yet

4 participants