Hi, I am trying to get a ContainerTask with FlyteF...
# flyte-support
h
Hi, I am trying to get a ContainerTask with FlyteFile/FlyteDirectory arguments running. The setup is using the flyte-binary Helm chart with flyte 1.14.0, pure Python tasks work fine, so I assume that the overall setup is ok. However, for the ContainerTask, the flyte-copilot-downloader container fails after printing a usage message with the error
Config File "config" Not Found in "[]"
. I tried adding an empty
/config.yaml
to the Docker image, but then it fails with
failed when looking up Blob: Conf container:_<metadata bucket name>_ != Passed Container:_<user data bucket name>_
. Did any of you run into similar problems?
c
Our team also got reports of container tasks no longer working in 1.14.0. I will take a look tomorrow and report back if it’s relevant.
h
Looking.
https://github.com/flyteorg/flyte/issues/6108 explains the issue. I also manually confirmed that copilot works after that change is reverted. We'll get 1.14.1 out shortly.
We're going to get Flyte 1.14.1 out today (hit a few snags related to flyteagent fixed in https://github.com/flyteorg/flytekit/pull/3008), but just to unblock you can define the copilot image in the copilot section in the values file (so you could point to the 1.13.3 image in the meantime).
h
Thank you, the "Config file not found" error is gone. I still get the other errors when trying to pass a FlyteFile or FlyteDirectory to a ContainerTask, and nothing is downloaded:
Copy code
{"json":{},"level":"error","msg":"failed to collect items from multipart blob [<s3://my-flyte-user/data/69/ard2gpv6kp4wc5mdbdm5-n1-0/679e53c2d9a2708bb46472ed20eaf78d>]","ts":"2024-12-19T02:50:23Z"}
{"json":{},"level":"error","msg":"Failed to persist [report_dir], err Conf container:my-flyte-metadata != Passed Container:my-flyte-user. Dynamic loading is disabled: not found","ts":"2024-12-19T02:50:23Z"}
{"json":{},"level":"error","msg":"Failed to download from ref [<s3://my-flyte-user/data/xi/ard2gpv6kp4wc5mdbdm5-n0-0/c21e68746d2b95d52e028a6f672e10d8/foo.csv>]","ts":"2024-12-19T02:50:23Z"}
{"json":{},"level":"error","msg":"Downloading failed, err failed to download input variable from remote store: variable [report_dir] download/store failed: Conf container:my-flyte-metadata != Passed Container:my-flyte-user. Dynamic loading is disabled: not found","ts":"2024-12-19T02:50:23Z"}