kubernetes / minikube

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

Minikube Start Issue logfile #18918

Open gauravs30 opened 3 months ago

gauravs30 commented 3 months ago

What Happened?

Screenshot from 2024-05-17 20-17-16

Attach the log file

[Uploading logs.txt…]()

Operating System

None

Driver

None

medyagh commented 3 months ago

@gauravs30 the log file has not been uploaded succesfully. can you plz try again

gauravs30 commented 3 months ago

logs.txt

gauravs30 commented 3 months ago

image

Getting above error. Log file also updated. @medyagh Can you please check now.

T-Lakshmi commented 3 months ago

@gauravs30, You are getting error because no driver available in your syatem. driver must be present as a prerequisite to create minikube cluster, if you not mention any driver in minikube start command system will treat docker as a default driver and as docker service not running in your system, you encountered to this error.

Please follow official documentation and install any listed driver as you wish and try to start minikube again.

T-Lakshmi commented 3 months ago

/kind support I hope above suggestion will resolve your issue, let us know if you are still facing the issue.

k8s-triage-robot commented 1 day ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale