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
What happened?
Error while using dev command with devspace binary built locally.
start_dev: error setting up proxy commands in container: Internal error occurred: error executing command in container: failed to exec in container: failed to start exec "38d5fc79b8a7c63d38ba5f99237d80df186871fa4b43987a83a926628d1c47e1": OCI runtime exec failed: exec failed: unable to start container process: exec /tmp/devspacehelper: text file busy: unknown
What did you expect to happen instead?
It should have opened the container terminal, the way it works with devspace 6.1.1
How can we reproduce the bug? (as minimally and precisely as possible)
Pull latest from main branch
Build the devspace binary using go build -o ~/devspace
Open any quickstart project(devspace-quickstart-nodejs/golang) and fire ~/devspace init
Once the devspace.yaml is created, fire ~/devspace dev, below error logs are observed.
My devspace.yaml:
version: ...
...
Local Environment:
DevSpace Version: locally build devspace binary from main branch
Operating System: linux
ARCH of the OS: AMD64 | ARM64 | i386 Kubernetes Cluster:
Cloud Provider: other-KinD
Kubernetes Version: [use kubectl version] 1.23
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
What happened?
Error while using dev command with devspace binary built locally.
start_dev: error setting up proxy commands in container: Internal error occurred: error executing command in container: failed to exec in container: failed to start exec "38d5fc79b8a7c63d38ba5f99237d80df186871fa4b43987a83a926628d1c47e1": OCI runtime exec failed: exec failed: unable to start container process: exec /tmp/devspacehelper: text file busy: unknown
What did you expect to happen instead?
It should have opened the container terminal, the way it works with devspace 6.1.1
How can we reproduce the bug? (as minimally and precisely as possible)
main
branchgo build -o ~/devspace
~/devspace init
~/devspace dev
, below error logs are observed.My devspace.yaml:
Local Environment:
Kubernetes Cluster:
kubectl version
] 1.23Anything else we need to know?
The text was updated successfully, but these errors were encountered: