[BUG] Task execution error
Describe the bug
When deploying Flyte on the Alibaba Cloud platform and executing the Hello World task <pyflyte run --remote basics/hello_world.py hello_world_wf> , an error occurs as shown in the following figure. What is the cause and how can it be resolved?
Expected behavior
The task is running normally
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
- [X] Yes
Have you read the Code of Conduct?
- [X] Yes
Thank you for opening your first issue here! 🛠
This is because for pyflyte run uses a fast registration system that will need one api implementation in flytestdlib for alibaba clouds object store
Please contribute as we have no access to alibaba cloud
To implement https://github.com/flyteorg/flyte/blob/c255605295a2b89001cd8ae2db152ba543bc5d0c/flytestdlib/storage/storage.go#L112
Code
https://github.com/flyteorg/flyte/blob/c255605295a2b89001cd8ae2db152ba543bc5d0c/flytestdlib/storage/stow_store.go#L392
Stow fork in Flyte
https://github.com/flyteorg/stow/tree/master
When I switched from OSS to Minio and started Flyte Hello World, I encountered the same error problem. Can you tell me the reason? thanks <pyflyte run --remote basics/hello_world.py hello_world_wf>
@rifle555 , the error message is saying that your local invocation of pyflyte run cannot reach the Flyte cluster.
Are you running single-binary on a single node? What config file are you using locally to hit the cluster?
"Hello 👋, this issue has been inactive for over 90 days. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏"
Hello 👋, this issue has been inactive for over 90 days and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏