Hi all - I've deployed flyte-binary on my local K8...
# flyte-support
m
Hi all - I've deployed flyte-binary on my local K8s cluster but am having some challenges actually running a workflow. When I try to submit a "hello world" workflow with
pyflyte submit --remote
, flyte appears to get stuck before it is able to execute the workflow. All I see is
Running Execution on Remote.
from flyte. No execution is registered on the UI. The pods of my cluster all look healthy too. I'm wondering if anyone has come across something like this before or has any debugging advice to help me figure out where flyte is getting stuck. For reference, I've deployed a postgresql database and am using a remote minio instance for s3 storage. Thanks 🙏
The tasks are successfully registered and show up on the UI btw. But no executions do 😕
a
Try with
pyflyte run --remote
m
sorry - that was a typo. I was running
pyflyte run
😅 I think i might be having some networking issues on my end - let me rule that out and get back to you. Sorry!
yep it was a networking issue on my end (timing out cause something was not visible). sorry!