kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.24k stars 4.87k forks source link

Unable to start my minikube #19526

Closed NamanGupta31 closed 3 weeks ago

NamanGupta31 commented 1 month ago

What Happened?

Hi,

Even after installing Minikube and kubectl and adding both to the environment variable path, I am encountering an issue while running minikube start. I have also installed Docker Desktop, but the issue persists.

I am attaching my log file for reference. :))

Attach the log file

logs.txt

Operating System

Windows

Driver

None

xcarolan commented 1 month ago

Looks like a docker issue (is docker running?) try docker stats

NamanGupta31 commented 3 weeks ago

The issue has been resolved now, it was more hypervisor issue. I uninstalled the virtual box and tick the hyper-v installed in my laptop, finally it worked. :))

NamanGupta31 commented 3 weeks ago

Closing the issue now. Thanks