bitter-book-65639
05/19/2024, 7:25 PMflytectl demo start
INFO[0000] [0] Couldn't find a config file []. Relying on env vars and pflags.
š§āš Bootstrapping a brand new Flyte cluster... šØ š§
š Going to use Flyte v1.12.0 release with image <http://cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-bd3ed0d2684bddbc8fad1c26d4bc39a86e91077f|cr.flyte.org/flyteorg/flyte-sandbox-bundled:sha-bd3ed0d2684bddbc8fad1c26d4bc39a86e91077f>
š§āš Starting container... šØ š§
š¬ Something went wrong: Failed to start Sandbox container š, Please check your docker client and try again.
Error: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /home/vscode/.flyte
{"json":{},"level":"error","msg":"Error response from daemon: invalid mount config for type \"bind\": bind source path does not exist: /home/vscode/.flyte","ts":"2024-05-19T19:21:46Z"}
I can see that the /home/vscode/.flyte
path exists and there is the proper directory structure with files thereancient-wolf-19325
05/19/2024, 7:25 PM/home/vscode/.flyte
. This could be due to permission issues or incorrect path resolution within the Docker container.
1. Verify Path and Permissions: Ensure that the path /home/vscode/.flyte
exists and has the correct permissions.
2. Check Docker Configuration: Ensure Docker has the necessary permissions to access the path. You might need to adjust Docker's settings to allow access to the directory.
Would you like more detailed steps on how to verify and adjust these settings?
Sources:
- https://discuss.flyte.org/t/12922931/hi-im-running-into-an-issue-when-trying-to-set-up-a-dev-envi/
- https://github.com/flyteorg/flyte/issues/3645 š 0 button š 1 button š” Hint: Mention @ancient-wolf-19325 in the thread for followups.