ancient-wolf-19325
07/17/2024, 4:21 PMmaxMessageSizeBytes parameter is also set in the FlytePropeller configuration. You can do this by updating the FlytePropeller configmap similarly to how you updated FlyteAdmin.
Here's an example of how to set it in the FlytePropeller config:
apiVersion: v1
kind: ConfigMap
metadata:
name: flyte-propeller-config
namespace: <your-namespace>
data:
config.yaml: |
propeller:
...
maxMessageSizeBytes: 52428800
After updating the configmap, restart the FlytePropeller pods to apply the changes.
Would you like more detailed steps on how to update the FlytePropeller configuration?
Sources:
- Flyte Discuss: Increasing gRPC size limit
- Flyte Discuss: Large fan outs and gRPC size limit
Slack Link
https://flyte-org.slack.com/archives/CP2HDHKE1/p1721233277.429179 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.