Skip to content

ContainerTask run error in copilot #1287

Answered by SandraGH5
SandraGH5 asked this question in Q&A
Discussion options

You must be logged in to vote

Samuel Kogler managed to fix the issue by adding:

limits:
        maxDownloadMBs: 100000

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:

  1. Ideally, there should be no limit for downloads in copilot (you can get terabytes of data if you want for example). To support this, we will be allowing a default unlimited download support here - https://github.com/flyteorg/flytestdlib/blob/master/storage/config.go#L103
  2. Also, we will get rid of having to deploy flyte-data-config, as mounting a config map is expensive and configuring it is error prone. We will aut…

Replies: 1 comment

Comment options

SandraGH5
Jul 23, 2021
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by SandraGH5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant