Hi. I'm trying to start a sandbox environment but ...
# flyte-support
m
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
a
Hi @most-translator-95317 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
👍 1
b
This should have been fixed in https://github.com/flyteorg/flytekit/pull/1384 @high-accountant-32689 @thankful-minister-83577 Lemme try to reproduce
t
what was your
flytectl
command @most-translator-95317
m
[Solved]?? My intention was 'flytectl sandbox start` and now it seems like working, after I rebooted Windows.
windows 1
159 Views