I have updated my flyteadmin GRPC size limit and c...
# flyte-support
f
I have updated my flyteadmin GRPC size limit and can see it in the configmap on K8: flyteadmin: ... server: grpc: maxMessageSizeBytes: 52428800 However, even after this change (and restart of the admin), for large map tasks (3000 tasks or so), we are getting Request Too Large errors from flytepropeller. I am wondering if this is due to the GRPC limit not taking affect, or if this request is not going to FlyteAdmin and somewhere else, so perhaps I need to increase this limit elsewhere. Would appreciate your help.
f
In your ingress layers, client and server
f
Ah, that could be it. Will check that.
h
For the flyte-binary charts is it the following?
Copy code
server:
  grpcConfig:
    maxMessageSizeBytes: <value>
f
We use flyte core, as we have separate control and data planes.
Ended up updating: terraform/gcp/values-gcp-core.yaml common.ingress.annotations and add: nginx.ingress.kubernetes.io/proxy-body-size: "50m"
gratitude thank you 1
🙌🏽 1