Files
kubernetes/pkg/kubelet/dockershim/remote
mattjmcnaughton 0547167ad0 Increase maxMsgSize for dockershim
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.
2019-04-27 13:26:31 -04:00
..
2019-03-26 18:21:04 -04:00