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 maxMsgSize for dockershim #77165

Conversation

mattjmcnaughton
Copy link
Contributor

What type of PR is this?
/kind bug

What this PR does / why we need it:
Increase the grpc max message size to be the same as the value defined
in pkg/kubelet/remote/utils.go.

Increase the limit because, ListPodSandbox (and possibly other) calls
are hitting the limit. Long term, the best solution to this issue is to
use pagination, but that is not currently available.

Which issue(s) this PR fixes:
Fixes #77138

Special notes for your reviewer:
cc @dims

Does this PR introduce a user-facing change?:

NONE

Increase the grpc max message size to be the same as the value defined
in `pkg/kubelet/remote/utils.go`.

Increase the limit because, `ListPodSandbox` (and possibly other) calls
are hitting the limit. Long term, the best solution to this issue is to
use pagination, but that is not currently available.
@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/bug Categorizes issue or PR as related to a bug. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Apr 27, 2019
@k8s-ci-robot k8s-ci-robot requested review from dims and tmrts April 27, 2019 17:29
@k8s-ci-robot k8s-ci-robot added area/kubelet sig/node Categorizes an issue or PR as relevant to SIG Node. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Apr 27, 2019
@mattjmcnaughton
Copy link
Contributor Author

/approve @Random-Liu

thanks :)

@mattjmcnaughton
Copy link
Contributor Author

/test pull-kubernetes-integration

@dims
Copy link
Member

dims commented Apr 29, 2019

/assign @Random-Liu @derekwaynecarr

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 29, 2019
@derekwaynecarr
Copy link
Member

Thanks for the change. Agree it should have been kept in sync with remote CRI.

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: derekwaynecarr, mattjmcnaughton

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 1, 2019
@k8s-ci-robot k8s-ci-robot merged commit b219272 into kubernetes:master May 1, 2019
@mattjmcnaughton mattjmcnaughton deleted the mattjmcnaughton/77138-increase-max-msg-size-dockershim branch August 3, 2019 12:44
k8s-ci-robot added a commit that referenced this pull request Oct 29, 2019
…-#77165-upstream-release-1.14

Automated cherry pick of #77165: Increase maxMsgSize for dockershim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/kubelet cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. release-note-none Denotes a PR that doesn't merit a release note. sig/node Categorizes an issue or PR as relevant to SIG Node. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent message size in Kubelet
5 participants