careful-piano-35677
08/14/2023, 3:23 PM$ 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. :)average-finland-92144
08/14/2023, 4:11 PMflytectl demo start
careful-piano-35677
08/15/2023, 7:23 AMpyflyte 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.average-finland-92144
08/15/2023, 2:59 PMendpoint
in your config.yaml
file? That's the address pyflyte
uses to connect. You can specify the portcareful-piano-35677
08/18/2023, 1:45 PMThat actually worked, thanks. @David Espejo