https://flyte.org logo
#ask-the-community
Title
# ask-the-community
m

Masa Nakamura

01/24/2023, 8:22 PM
Hi. I'm trying to start a sandbox environment but it fails with following error messages:
Error: Get "<https://127.0.0.1:30086/api/v1/nodes>": dial tcp 127.0.0.1:30086: 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":"2023-01-24T122132-08:00"} Am I missing something? • Windows WSL2 with native filesystem. • flytekit 1.3.1 • flytectl 0.6.26
d

David Espejo (he/him)

01/24/2023, 8:33 PM
Hi @Masa Nakamura I'm guessing the env vars are pointing to the right location? I mean, after issuing
flytectl demo start
these vars should be added:
Copy code
export KUBECONFIG=$KUBECONFIG:$HOME/.kube/config:$HOME/.flyte/k3s/k3s.yaml
export FLYTECTL_CONFIG=$HOME/.flyte/config-sandbox.yaml
n

Niels Bantilan

01/24/2023, 8:52 PM
This should have been fixed in https://github.com/flyteorg/flytekit/pull/1384 @Eduardo Apolinario (eapolinario) @Yee Lemme try to reproduce
y

Yee

01/24/2023, 8:55 PM
what was your
flytectl
command @Masa Nakamura
m

Masa Nakamura

01/24/2023, 11:56 PM
[Solved]?? My intention was 'flytectl sandbox start` and now it seems like working, after I rebooted Windows.