Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Minikube not starting on macOS [closed]

Tags:

macos

minikube

I am not able to start minikube on my mac os

I am getting the below error

    minikube start
😄  minikube v1.29.0 on Darwin 13.2.1 (arm64)
✨  Automatically selected the virtualbox driver

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

Help on this would be appreciated.

like image 981
Sourabh Roy Avatar asked Sep 14 '25 18:09

Sourabh Roy


1 Answers

As mentioned in the document written by Mingmin:

VirtualBox is not supported, even you download the developer version for MacOS/ARM M1/M2, you would see an error like ‘Exiting due to DRV_UNSUPPORTED_OS: The driver ‘virtualbox’ is not supported on darwin/arm64′.

A list of all the available supported drivers for Apple can be found here.

You can also check the doc Minikube on M1 pro without a docker desktop written by Rogier Dikkes.

like image 93
Fariya Rahmat Avatar answered Sep 17 '25 18:09

Fariya Rahmat