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

Support darwin arm64 #52

Open
danielhelfand opened this issue Feb 6, 2022 · 5 comments
Open

Support darwin arm64 #52

danielhelfand opened this issue Feb 6, 2022 · 5 comments

Comments

@danielhelfand
Copy link

I am trying to install minikube on an m1 mac and use the vmware driver option noted here: https://minikube.sigs.k8s.io/docs/drivers/vmware/

As noted in kubernetes/minikube#12858, the following issue comes up after following the minikube instructions:

minikube start --driver=vmware

😄  minikube v1.25.1 on Darwin 12.0.1 (arm64)
✨  Using the vmware driver based on user configuration

❌  Exiting due to DRV_UNSUPPORTED_OS: The driver 'vmware' is not supported on darwin/arm64

Per the minikube instructions, I installed the vmware driver via brew install docker-machine-driver-vmware.

@danielhelfand
Copy link
Author

Not sure if there are other considerations beyond updating goreleaser and the homebrew tap.

@mikeroySoft
Copy link
Contributor

The main issue is that the x86 driver uses boot2docker, and that project was discontinued. I'm trying to figure something out, but have been able to put time into it lately.

@afbjorklund
Copy link

I made a (mostly dysfunctional) boot2docker image here, if needed for testing (based on debian bullseye):

https://github.com/afbjorklund/boot2docker-debian/releases

@leo4all
Copy link

leo4all commented Aug 19, 2022

@afbjorklund Tried using yours, but am still getting errors with it.
Error in driver during machine creation: Machine didn't return an IP after 120 seconds
This virtual machine cannot be powered on because it requires the X86 machine architecture

@afbjorklund
Copy link

afbjorklund commented Aug 20, 2022

That sounds like a weird error, did you pick the right iso file ?

boot2docker-arm64-qemu

NOTE: the image does not include docker nor automount yet

If you are using minikube, you should use the minikube iso

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants