-
Bernhard Stadlbauer: When using a ContainerTask to run some tasks, some of the inputs that the container receives are ~500mb. When running the Task, the flyte-copilot-downloader container in the pod fails with:
When this happens, the Task does not fail directly (which would be nice), but only when we try to open the input file in the actual container on the pod. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Samuel Kogler managed to fix the issue by adding:
This only needs to be updated for flyte-data-config in https://github.com/flyteorg/flyte/blob/master/helm/templates/_helpers.tpl#L207-L216. Beyond that we are going to change a few things:
@evalsocket will be available for assistance. |
Beta Was this translation helpful? Give feedback.
Samuel Kogler managed to fix the issue by adding:
This only needs to be updated for flyte-data-config in https://github.com/flyteorg/flyte/blob/master/helm/templates/_helpers.tpl#L207-L216.
Beyond that we are going to change a few things: