You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running flytectl demo start loads up the container and then immediately crashes.
Expected behavior
The flyte's container up and running, being able to take requests.
Additional context to reproduce
First, I'm using apple's silicon M4 CPU (not sure it has anything to do with that though but just for the context)
Now, these are the steps that I've been taking that lead me to this error:
Installed flytesctl
Installed docker desktop
launched docker desktop
Ran flytectl demo start
note that it downloads this commit associated with a deployed tag - 8a5f54c
Is there any other information you can provide on this? It doesn't repro for me though i'm on an M1. This file is supposed to end up in ~/.flyte/sandbox which is mounted into that /var/lib path you see.
Do you think you can try:
using something like Orbstack instead of docker desktop?
what happens if you run that image (the flyte-sandbox-bundled image) manually, mount in that folder, and try to touch a file there?
the only other thing i see if this
:~/.flyte [flyte-sandbox]$ l k3s
total 0
drwxr-xr-x 23 ytong staff 736B Jan 2 12:56 ../
lrwxrwxrwx 1 ytong staff 32B Jan 2 12:56 k3s.yaml@ -> /var/lib/flyte/config/kubeconfig
which may be causing a permissions issue. This is written to as part of the mount here by k3s/rancher itself. Keep in mind it's just a link... the file doesn't actually exist there on host.
Describe the bug
Running
flytectl demo start
loads up the container and then immediately crashes.Expected behavior
The flyte's container up and running, being able to take requests.
Additional context to reproduce
First, I'm using apple's silicon M4 CPU (not sure it has anything to do with that though but just for the context)
Now, these are the steps that I've been taking that lead me to this error:
flytectl demo start
Screenshots
From my CLI:
From Docker desktop:
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: