mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-06 21:28:16 +00:00
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.