$ flytectl sandbox start
72023-08-14T15:09:08.962745682Z Starting k3s cluster...
*2023-08-14T15:19:09.125202229Z Terminated
[2023-08-14T15:19:09.125302892Z Timed out while waiting for the Kubernetes cluster to start
context modified for "flyte-sandbox" and switched over to it.
Error: Get "<https://127.0.0.1:30086/api/v1/nodes>": dial tcp 127.0.0.1:30086: connect: connection refused
{"json":{"src":"main.go:13"},"level":"error","msg":"Get \"<https://127.0.0.1:30086/api/v1/nodes>\": dial tcp 127.0.0.1:30086: connect: connection refused","ts":"2023-08-14T20:49:10+05:30"}
Facing this issue for a long time, and Thanks in advance. :)
a
average-finland-92144
08/14/2023, 4:11 PM
Hi @careful-piano-35677 sorry for the inconvenience. Probably this section in the docs requires an update
Try using
flytectl demo start
c
careful-piano-35677
08/15/2023, 7:23 AM
That started the sandbox console in port 30080, but when I tried to register my workflow using
pyflyte register
it goes to port 30081, saying server refused to connect error, since my workflow is not getting registered. Also, Thank you for the response.