devspace dev
fails after Error executing command 'touch /.devspace/start': touch: cannot touch '/.devspace/start': No such file or directory
#2914
Labels
kind/bug
Something isn't working
What happened?
Running
devspace dev
results in an error and stops, because ofFirst run
Here is the output of the initial run of
devspace dev --debug
:Second run (works)
If I rerun
devspace dev --debug
a second time, it succeeds and sync works, but it still displays the error:What did you expect to happen instead?
I expect
devspace dev
to work the first time aroundHow can we reproduce the bug? (as minimally and precisely as possible)
My devspace.yaml:
Local Environment:
DevSpace version : 6.3.14
Ubuntu 22.04.5 LTS
x86_64
Kubernetes Cluster:
kind v0.25.0 go1.22.9 linux/amd64
Anything else we need to know?
We started using devspace very recently, so we are flexible with how we configure things. It's very possible I am simply misusing/misunderstanding the config. Any help would be appreciated, thank you!
The text was updated successfully, but these errors were encountered: