Skip to content
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

MiniKube Won't Start on Mac M3 #18917

Open
mallorih opened this issue May 17, 2024 · 2 comments
Open

MiniKube Won't Start on Mac M3 #18917

mallorih opened this issue May 17, 2024 · 2 comments
Labels
triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@mallorih
Copy link

What Happened?

MiniKube keeps failing to start when running minikube start. Tried brew uninstall minikube then reinstalling. Also made sure Docker Desktop was running. Using a Macbook pro M3 Max OS: Sonoma 14.4.1 (23E224)

Attach the log file

log.txt

Operating System

macOS (Default)

Driver

Docker

@medyagh
Copy link
Member

medyagh commented May 17, 2024

Hi @mallorih thanks for sharing the logs :) you said you are using docker driver but the logs shows you are trying hyperkit on arm64 and then minikube tries to do "qemu driver"

looking through your logs, I noticed this warning

W0517 12:53:30.326118   10556 out.go:239] ❗  Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: v1.33.0 -> Actual minikube version: v1.33.1

that means you updated minikube but didnt delete the old one so it is still using the Old ISO, which might be okay but better to delete the old one and start a fresh one.

and since you are on arm64 you might want to either use Qemu or Docker driver,
if you want to use the docker driver, make sure your docker desktop is running
and if you are using qemu make sure to have installed the network requirement
https://minikube.sigs.k8s.io/docs/drivers/qemu/

@medyagh medyagh added the triage/needs-information Indicates an issue needs more information in order to work on it. label May 17, 2024
@medyagh
Copy link
Member

medyagh commented May 17, 2024

this seems related to #18915 users running qemu without dedicated network face that issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

2 participants