machine-drivers / machine

Machine management for a container-centric world
Apache License 2.0
25 stars 16 forks source link

VirtualBox: Host-only Adapter deprecated in macOS 13 (Ventura) #38

Open spowelljr opened 1 year ago

spowelljr commented 1 year ago

We've been getting a large number of reports of users on minikube unable to use the VirtualBox driver on macOS 13. This seems to be due to Host-only Adapter being deprecated, it will need to be replaced with Host-only Network. For backwards compatibility I'm assuming we should only use Host-only Network if the user is on macOS 13 or later.

https://github.com/kubernetes/minikube/issues/15274

afbjorklund commented 1 year ago

Merged

afbjorklund commented 1 year ago

Wrong issue, this was closed prematurely.

dakusui commented 1 year ago

My company recently requested us to upgrade our macOS to 13, so, for us, this is pretty much a big pain point for us... I beg your fix for this issue!

afbjorklund commented 1 year ago

Currently the workaround is to use another driver, such as the QEMU driver - that also supports ARM, not only Intel

https://github.com/afbjorklund/docker-machine-driver-qemu (if using minikube, there is a "qemu2" driver there)