New RunLLM response generated: >>>*# Question* Tr...
# runllm-flyte-trial
j
New RunLLM response generated: >>>*# Question* Trying to set some folks up with raw container tasks here, but running into the following errors from flyte-copilot-sidecar
Copy code
{"json":{…}, "level":"error", "msg":"Failed to upload [ls_out], reason [Conf container:<snip> != Passed Container:<snip but different bucket>. Dynamic loading is disabled: not found]", "ts":"2024-11-04T17:13:54Z"}
# Answer The error you're encountering suggests a mismatch between the configured storage bucket and the one being used by the Flyte copilot. This typically happens when the Flyte system is set up with different buckets for the control plane and the data plane, and dynamic loading is disabled. To resolve this, ensure that the
enable-multicontainer
option is set to
true
in the Flyte configuration, which allows for the use of multiple buckets. This setting can be found in the propeller storage configuration. Would you like more detail on how to configure this setting? Sources: - Flyte Deployment Discussion - Flyte Deployment Discussion Slack Link https://.slack.com/archives/CP2HDHKE1/p1730841276.478299 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.