Hi, I currently encountered issues when trying to run flyte. I followed the guide’s section “How to setup dev environment for flyteidl, flyteadmin, flyteplugins, flytepropeller, datacatalog and flytestdlib?” from
Contributing to Flyte - Flyte
After executing
POD_NAMESPACE=flyte ./flyte start --config flyte-single-binary-local.yaml
I kept failing to connect to the flyte console (
http://localhost:30080/console), which displays error message
“`upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111`"
when trying to connect from browser.
Below is a fraction of the output logs from flyte start:
{"json":{"src":"entrypoint.go:56"},"level":"info","msg":"Started propeller webhook","ts":"2024-02-07T02:25:48+08:00"}
{"json":{"src":"composite_workqueue.go:88"},"level":"debug","msg":"Subqueue handler batch round","ts":"2024-02-07T02:25:48+08:00"}
{"json":{"src":"composite_workqueue.go:98"},"level":"debug","msg":"Dynamically configured batch size [-1]","ts":"2024-02-07T02:25:48+08:00"}
{"json":{"src":"composite_workqueue.go:129"},"level":"debug","msg":"Exiting SubQueue handler batch round","ts":"2024-02-07T02:25:48+08:00"}
{"json":{"src":"composite_workqueue.go:88"},"level":"debug","msg":"Subqueue handler batch round","ts":"2024-02-07T02:25:49+08:00"}
{"json":{"src":"composite_workqueue.go:98"},"level":"debug","msg":"Dynamically configured batch size [-1]","ts":"2024-02-07T02:25:49+08:00"}
{"json":{"src":"composite_workqueue.go:129"},"level":"debug","msg":"Exiting SubQueue handler batch round","ts":"2024-02-07T02:25:49+08:00"}
{"json":{"src":"composite_workqueue.go:88"},"level":"debug","msg":"Subqueue handler batch round","ts":"2024-02-07T02:25:50+08:00"}
{"json":{"src":"composite_workqueue.go:98"},"level":"debug","msg":"Dynamically configured batch size [-1]","ts":"2024-02-07T02:25:50+08:00"}
{"json":{"src":"composite_workqueue.go:129"},"level":"debug","msg":"Exiting SubQueue handler batch round","ts":"2024-02-07T02:25:50+08:00"}
{"json":{"src":"composite_workqueue.go:88"},"level":"debug","msg":"Subqueue handler batch round","ts":"2024-02-07T02:25:51+08:00"}
I’m developing on WSL2, and I wonder if anyone has encountered similar issues before?