Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while using dev command with devspace binary built locally. #2382

Closed
bagulm123 opened this issue Oct 20, 2022 · 0 comments · Fixed by #2383
Closed

Error while using dev command with devspace binary built locally. #2382

bagulm123 opened this issue Oct 20, 2022 · 0 comments · Fixed by #2383
Labels
kind/bug Something isn't working

Comments

@bagulm123
Copy link
Contributor

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?

@bagulm123 bagulm123 added the kind/bug Something isn't working label Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant