Open danielhelfand opened 2 years ago
Not sure if there are other considerations beyond updating goreleaser and the homebrew tap.
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.
I made a (mostly dysfunctional) boot2docker image here, if needed for testing (based on debian bullseye):
@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
That sounds like a weird error, did you pick the right iso file ?
NOTE: the image does not include docker nor automount yet
If you are using minikube, you should use the minikube iso
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 https://github.com/kubernetes/minikube/issues/12858, the following issue comes up after following the minikube instructions:
Per the minikube instructions, I installed the vmware driver via
brew install docker-machine-driver-vmware
.