So I created a sandbox using:
flytectl sandbox start --source .
. After doing that, I can access to
Flyte UI. However, after stopping the container, I tried to run
flytectl sandbox start --source .
to resume the existing sandbox cluster, but I can't access to
Flyte UI. Here is the specific outputs I got:
β flytectl sandbox start
π§βπ Bootstrapping a brand new flyte cluster... π¨ π§
delete existing sandbox cluster [y/n]: n
Existing details of your sandboxπ¨βπ» Flyte is ready! Flyte UI is available at <http://localhost:30081/console> π π π
Add KUBECONFIG and FLYTECTL_CONFIG to your environment variable
export KUBECONFIG=$KUBECONFIG:/home/khuyen/.kube/config:/home/khuyen/.flyte/k3s/k3s.yaml
export FLYTECTL_CONFIG=/home/khuyen/.flyte/config-sandbox.yaml
I wonder what is the best way to resume the existing cluster?