Thanks for reporting! <https://flyte-org.slack.com...
# flyte-deployment
s
Thanks for reporting! https://flyte-org.slack.com/archives/CNMKCU6FR/p1661980868829449 There was an error which was causing the connection error, but with the latest version, this should be fixed. Can you let us know the version of flyte-ctl you are running?
k
I'm using 1.2.0b0
Hi All, I'm still getting this error even when trying to setup flyte on an EC2 instance : Error: Get "https://127.0.0.1:30086/api/v1/nodes": dial tcp 127.0.0.130086 connect: connection refused {"json":{},"level":"error","msg":"Get \"https://127.0.0.1:30086/api/v1/nodes\": dial tcp 127.0.0.130086 connect: connection refused","ts":"2022-09-06T054822Z"} And I've tried it with both the 1.1.0 & 1.2.0b0 versions.
s
@Samhita Alla could there any other specific reason related to configuration of cluster information?
s
flytectl demo start --version=v1.1.0
works for me. @Kevin Su @Prafulla Mahindrakar, any idea why this error might be cropping up?
Oh, but it should work the first time as well.
k
Yes, you're right. I'm not sure why it isn't working the first time.
s
You’ll need to install the requirements locally first. Can you run
pip install -r requirements.txt
in your pima_diabetes directory?
p
@KS Tarun next time it happen can you check the o/p of docker ps and check the exit status of flyte container . Also you can do an inspect on the container on why it failed.
k
@Prafulla Mahindrakar Sure, I'll check it. Thanks
161 Views