-
Describe the bugWhen following https://github.com/flyteorg/flyte-conference-talks/tree/main/pydata-global-2022 for the local setup, I am getting grpc connection refused when uploading workflows. I am able to run the example workflow using python but I can't upload packages to my local flyte server.
Expected behaviorI expect that my workflows are uploaded and I can view them in the UI. Additional context to reproduce
ScreenshotsNo response Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
|
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
Thank you for opening your first issue here! 🛠 |
Beta Was this translation helpful? Give feedback.
-
Hi @kannon92 just a quick sanity check, after running
Did you export the |
Beta Was this translation helpful? Give feedback.
-
I'll rerun it and see. I probably missing that. |
Beta Was this translation helpful? Give feedback.
-
hey @kannon92 just a friendly ping: are you still seeing this issue? |
Beta Was this translation helpful? Give feedback.
-
Thank you for reaching out! I’ll aim to reproduce first thing next week when I’m back from vacation. |
Beta Was this translation helpful? Give feedback.
-
Looking into this now. I decided to follow https://github.com/flyteorg/flyte-conference-talks/tree/main/pydata-global-2022 directions for the localsetup. I am getting stuck on starting the sandbox cluster:
Looking at the logs for docker it seems to not like my environment at all. The sandbox container has a lot of errors because it can't find the correct information in I get the following errors:
I am using Docker Desktop on Mac M1. I'm not sure if this was the problem I got a month ago. One interesting thing to note is that when the sandbox gets into this state, it hangs forever. |
Beta Was this translation helpful? Give feedback.
-
Offline, someone pointed out that I should try And then I have to apply |
Beta Was this translation helpful? Give feedback.
-
great, converting this to a discussion! |
Beta Was this translation helpful? Give feedback.
Offline, someone pointed out that I should try
flytectl demo start
. That got me past the last error.And then I have to apply
export FLYTECTL_CONFIG
to the value that is outputted when the sandbox is started. Once I did that I am able to upload workflows.