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

docker-env with crio: Error getting service status: Process exited with status 3 #7111

Closed
cwansart opened this issue Mar 19, 2020 · 7 comments · Fixed by #7112
Closed

docker-env with crio: Error getting service status: Process exited with status 3 #7111

cwansart opened this issue Mar 19, 2020 · 7 comments · Fixed by #7112
Assignees
Labels
co/docker-env docker-env issues co/runtime/crio CRIO related issues kind/bug Categorizes issue or PR as related to a bug. kind/support Categorizes issue or PR as a support question. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@cwansart
Copy link

cwansart commented Mar 19, 2020

The exact command to reproduce the issue:

Make sure you're running Docker on Mac and run in a terminal:

$ minikube start --cpus=4 --memory=4g --container-runtime=cri-o --vm-driver=virtualbox
$ minikube docker-env

I guess it is due to the use of VirtualBox? With hyperkit docker-env works, but hyperkit has some issues with the network.

The full output of the command that failed:

$ minikube docker-env

💣  Error getting service status: Process exited with status 3

😿  minikube is exiting due to an error. If the above message is not useful, open an issue:
👉  https://github.com/kubernetes/minikube/issues/new/choose

The output of the minikube logs command:

There is none regarding this issue.

The operating system version:

macOS 10.14.6
Docker 19.03.8
minikube 1.8.2
VirtualBox 6.0.18

@tstromberg tstromberg changed the title minikube docker-env fails on macOS using VirtualBox virtualbox: Error getting service status: Process exited with status 3 Mar 19, 2020
@tstromberg tstromberg added co/docker-env docker-env issues co/virtualbox kind/support Categorizes issue or PR as a support question. labels Mar 19, 2020
@tstromberg tstromberg changed the title virtualbox: Error getting service status: Process exited with status 3 docker-env with virtualbox: Error getting service status: Process exited with status 3 Mar 19, 2020
@tstromberg
Copy link
Contributor

This should definitely work. Let me try to reproduce it locally.

@tstromberg
Copy link
Contributor

Oh, I know why it doesn't work: --docker-env only works with --container-runtime=docker (the default). Let me see what I can do about improving the error message.

@tstromberg tstromberg added co/runtime/crio CRIO related issues and removed co/virtualbox labels Mar 19, 2020
@tstromberg tstromberg changed the title docker-env with virtualbox: Error getting service status: Process exited with status 3 docker-env with crio: Error getting service status: Process exited with status 3 Mar 19, 2020
@tstromberg tstromberg added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Mar 19, 2020
@tstromberg tstromberg self-assigned this Mar 19, 2020
@tstromberg tstromberg added the kind/bug Categorizes issue or PR as related to a bug. label Mar 19, 2020
@cwansart
Copy link
Author

That makes sense. Guess I missed that. Thank you

@tstromberg
Copy link
Contributor

If it helps, there is also minikube podman-env, which may work better for the CRIO case.

@cwansart
Copy link
Author

Oh, good to know. But so far podman didn't work that great on macOS. I'll check it out. :)

@afbjorklund
Copy link
Collaborator

Sounds like a regression then, it used to give a nice and friendly error message... See #3698

Running podman-remote from the Mac is supposed to work fine, let us know if it doesn't ?

@cwansart
Copy link
Author

Thank you. I'll do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-env docker-env issues co/runtime/crio CRIO related issues kind/bug Categorizes issue or PR as related to a bug. kind/support Categorizes issue or PR as a support question. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants