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

❌ Exiting due to RUNTIME_ENABLE: sudo systemctl enable cri-docker.socket: exit status 1 stdout: stderr: Failed to execute operation: No such file or directory #14457

Closed
joshua143 opened this issue Jun 28, 2022 · 6 comments
Labels
co/runtime/docker Issues specific to a docker runtime kind/support Categorizes issue or PR as a support question. triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@joshua143
Copy link

What Happened?

❌ Exiting due to RUNTIME_ENABLE: sudo systemctl enable cri-docker.socket: exit status 1
stdout:

stderr:
Failed to execute operation: No such file or directory

Attach the log file

minikube logs --file=logs.txt

Operating System

Other

Driver

Docker

@spowelljr spowelljr added kind/support Categorizes issue or PR as a support question. co/runtime/docker Issues specific to a docker runtime labels Jun 28, 2022
@spowelljr
Copy link
Member

Hi @joshua143, just double checking that you're using the Docker driver.

If that's the case you likely created your current minikube cluster with a previous version of minikube and then you updated the minikube binary to v1.26.0 which tries to start cri-docker, but because your cluster was created with a previous version cri-docker isn't installed.

This should be easily resolvable by running minikube delete --all and then try starting minikube again, thanks

@robrich
Copy link
Contributor

robrich commented Jun 30, 2022

Just hit this as well. I wish this issue was called out on the release's download page.

@afbjorklund
Copy link
Collaborator

It is theoretically possible to install cri-dockerd, when upgrading an old installation

@spowelljr
Copy link
Member

spowelljr commented Jun 30, 2022

@joshua143 & @robrich are both of you using the docker driver? Or are you perhaps using the none driver?

@spowelljr
Copy link
Member

Going to close this issue to centralize these duplicated cri-docker issues in #14410. If you have any further questions or comments please leave them in #14410, thank you.

@spowelljr spowelljr added the triage/duplicate Indicates an issue is a duplicate of other open issue. label Jun 30, 2022
@robrich
Copy link
Contributor

robrich commented Jul 1, 2022

I'm using the hyperv driver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/runtime/docker Issues specific to a docker runtime kind/support Categorizes issue or PR as a support question. triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

4 participants