kubernetes / minikube

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

Unable to start my minikube #19526

Closed NamanGupta31 closed 2 months ago

NamanGupta31 commented 2 months 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 2 months ago

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

NamanGupta31 commented 2 months 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 2 months ago

Closing the issue now. Thanks