Hi. I'm trying to start a sandbox environment but ...
# ask-the-community
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
d
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
This should have been fixed in https://github.com/flyteorg/flytekit/pull/1384 @Eduardo Apolinario (eapolinario) @Yee Lemme try to reproduce
y
what was your
flytectl
command @Masa Nakamura
m
[Solved]?? My intention was 'flytectl sandbox start` and now it seems like working, after I rebooted Windows.
152 Views