bitter-book-65639
05/19/2024, 7:22 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"}
ancient-wolf-19325
05/19/2024, 7:22 PM/home/vscode/.flyte
does not exist. This path is required for Flyte to mount necessary configurations. You need to create this directory before running flytectl demo start
.
mkdir -p /home/vscode/.flyte
Would you like more details on setting up Flyte with VS Code dev containers?
Sources:
- Flyte Community Discussion 1
- Flyte Community Discussion 2
- Flyte Community Discussion 3 š 0 button š 1 button š” Hint: Mention @ancient-wolf-19325 in the thread for followups.bitter-book-65639
05/19/2024, 7:23 PMfreezing-airport-6809
freezing-airport-6809
freezing-airport-6809
bitter-book-65639
05/20/2024, 12:03 AMbitter-book-65639
05/20/2024, 12:04 AM