-
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
Kubelet fails to start - "is not running" or "unhealthy" #9027
Comments
Also, here's the output of
|
If you look in the |
@lthistle it seems like your linux does not have this kernel module.
minikube mounts "-v /lib/modules:/lib/modules:ro" to the container, is it possible that your linux the kernels modules are not living in /lib/modules ? |
@lthistle do you mind sharing out put of
/triage needs-information |
I faced same issue in windows |
Steps to reproduce the issue:
kubectl
on Ubuntu 18.04 withapt-get
according to instructions here.minikube
according to instructions here (using KVM).minikube start --driver=docker
Full output of
minikube start --driver=docker
command:Full output of
minikube start --driver=docker --alsologtostderr
command:When I try to start minikube with docker as the driver, the command hangs on "Preparing Kubernetes v1.18.3 on Docker 19.03.8 ..." for several minutes then subsequently fails. It appears that there's an issue with the kubelet failing to start. As the error message advises, when I troubleshoot with
systemctl status kubelet
, the output is "Unit kubelet.service could not be found." Does anyone know how I can fix this?Issue #5451 appears to be similar, however
minikube delete
followed byminikube start
again does not resolve my issue.The text was updated successfully, but these errors were encountered: