Comment 4 for bug 1893681

Revision history for this message
George Kraft (cynerva) wrote :

I agree that adding a config option for this would be good.

The max request body size in kube-apiserver appears to be 3MB[1] and unconfigurable. I suspect 3MB would be a good default for kubeapi-load-balancer's client_max_body_size config as well.

[1]: https://github.com/kubernetes/kubernetes/blob/d29e3bd7aa4978f10a01b9dfdebb2a647634f8fe/staging/src/k8s.io/apiserver/pkg/server/config.go#L407