-
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
Failed to restart crio.service: Unit crio.service not found. #2131
Comments
Ran into the same issue. However I am working on Linux. The following steps did the trick for me:
|
Had the same issue present on my mac running similar set up. Doing minikube delete && minikube start fixed the issue |
I'm on Linux (Fedora 26) and ran into the same issue. @JoshArmi's solution worked in my environment too, |
same issue with "minikube start" on windows. |
Same issue here. except status is 1:
|
Minikube delete did not work for me. This is my log: C:\WINDOWS\system32> minikube start --vm-driver=hyperv Retrying. Retrying. Retrying. I first started it in a Powershell windows that was not running with Administrator-rights. Also, I already had kubectl locally, including config file. |
@kwaazaar you should run |
@r2d4 Check the first line of my comment: "Minikube delete did not work for me". |
I am also getting this error with minikube v0.23.0 on Windows 10 1709. |
Same here:
|
Same Issue here:
|
I'm switched from hyperv to virtualbox, works fine ... |
Those using Windows with Hyper-V try creating a new external virtual switch in Hyper-V Manager, then start Minikube with |
I can second what @rafaelgaldencio posted for Windows 10 users (not sure if anything related exists for OP). I was able to get minikube running after setting up a new, external virtual switch using the notes in the documentation. |
I use xhyve on macOS and |
Works for me on OSX |
|
delete and recreate minikube cluster working for me. I have minikube v.0.22.2 before and created default vm minikube in virtualbox, after upgraded to v0.24.1 I directly to start minikube, got these errors: $ minikube start deleted old cluster then start again, it created new cluster in new vm, then everything working fine: $ minikube status |
I also have the problem starting minikube using hyperv. I had win7 with virtualbox and I was able to run minikube fine. After I upgraded to win10 with hyperv, I had the same error as reported. |
The same here. :-( Windows 10 / Minikube v0.24.1 / kubectl v1.9.0 With Hyper-V, behind corporate proxy. minikube stop && minikube delete does not help. It also does not solve the problem, if I create a virtual switch (external as mentioned before) in Hyper-V-Manager. Is there anybody, who manages to start minikube with the above circumstances? |
@zsfarkas Windows 10 / Minikube v0.24.1 / kubectl v1.9.1 I started to play with Minikube two weeks ago. It worked without a virtual switch. I ended up with a lot of deployments, pods, etc. and wanted to have a clean system, so I deleted everything. Minikube stopped working. I created a virtual switch and it solved my issue. I have no idea why it worked without the switch first and then stopped working. Maybe the .iso was updated. Please have a look at #2181 |
If ssh error, try this: |
Had the same issue with win10, minikube version: v0.25.0 but it actually helped to:
start over (run a cmd with Admin permission)
|
I had the same issue as most people on here with Hyper-V on windows 10. @rafaelgaldencio fix worked for me.
|
In my situation, it is caused by network. Problem analysing:
Solution:
Problem of restart minikube and solution
|
i fixed this issue on Windows 10 by creating a hyperv external switch from hyperv-management This link helped me get through this coz i had already tried minikube delete && start but it did not work. |
I just experienced this on macOS 10.12.6, minikube v0.25.0,
|
@kugelr MVP |
I was able to fix it by deleting VM from virtualbox and then |
Hi, i Meet some questions, start with error:
Who can help me ? OSX 10.13.6 |
minikube version: v0.28.0 |
Ran into same issue. I had to run the following commands: |
can anyone help me with this error |
Many of these comments represent issues other than the original person. I suspect the original issue is very obsolete ("Failed to restart crio.service: Unit crio.service not found."). Please open any other issues as new ones. Thanks! |
I got similar problem. Take above suggestion to:
Worked !! Thanks for suggestion. |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT (minikube start failed, reason: Failed to restart crio.service: Unit crio.service not found.)
Please provide the following details:
Environment:
Minikube version (use
minikube version
):What happened:
An error occurred during minikube startup.
What you expected to happen:
Minikube should start.
How to reproduce it (as minimally and precisely as possible):
minikube start
Output of
minikube logs
(if applicable):minikube start
Starting local Kubernetes v1.8.0 cluster...
Starting VM...
E1029 14:30:42.234439 18732 start.go:150] Error starting host: Temporary Error: Error configuring auth on host: ssh command error: command : sudo systemctl -f restart crio err : Process exited with status 5 output : Failed to restart crio.service: Unit crio.service not found.
Anything else do we need to know:
minikube status
minikube: Running
cluster: Stopped
kubectl: Correctly Configured: pointing to minikube-vm at 192.168.99.100
The text was updated successfully, but these errors were encountered: