-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Minikube start throwing error Failed to enable unit: Unit file cri-docker.socket does not exist. #14486
Comments
Hi @Abhijitrb, thanks for reporting your issue with minikube. This is a duplicate of #14410 You can read this comment (#14410 (comment)) for more info. But the quick answer is:
So follow these install instructions and your issue will be resolved: https://github.com/Mirantis/cri-dockerd#build-and-install I'm going to close this issue to prevent duplicates, but if you have follow up questions please ask them in #14410, thanks |
Thank you Steven for your comments! I followed that solution link #14410. In that I tried to install cri-dockerd Run these commands as root###Install GO### Post execution of "systemctl enable cri-docker.service" i am getting below error output Not sure why I see above error even though cri-docker.service is present. Any thoughts on this? |
Are you running these commands as |
Yes I am running these commands as root. I tried with "sudo systemctl enable cri-docker.service" still i can see same error Till "systemctl daemon-reload" this point there were no issues Not able to understand those services are present still why enable cri-docker.service not works! |
This issue got resolved now..After that when I re-executed minikube start --driver=none a new issue has been encountered stderr: After this I again tried to install crictl package however not worked! Same issue coming |
What happens when you try to run |
On running "sudo crictl" not getting any response However I searched for crictl package and found link for crictl installation. I installed but no success so far. Not able to figure out why this error coming! here is the complete error message:: **Exiting due to RUNTIME_ENABLE: Temporary Error: sudo crictl version: exit status 1 stderr: |
I have the same problem. X Exiting due to RUNTIME_ENABLE: Temporary Error: sudo crictl version: exit status 1 stderr: |
What Happened?
loadtest@COMP-4928-1 ~]$ minikube start
\U0001f604 minikube v1.26.0 on Redhat 8.2
\u2728 Using the none driver based on existing profile
\U0001f44d Starting control plane node minikube in cluster minikube
\U0001f504 Restarting existing none bare metal machine for "minikube" ...
\u2139\ufe0f OS release is Red Hat Enterprise Linux 8.2 (Ootpa)
\u274c Exiting due to RUNTIME_ENABLE: sudo systemctl enable cri-docker.socket: exit status 1
stdout:
stderr:
Failed to enable unit: Unit file cri-docker.socket does not exist.
Attach the log file
Operating System
Redhat/Fedora
Driver
No response
The text was updated successfully, but these errors were encountered: