diff --git a/site/content/en/docs/drivers/virtualbox.md b/site/content/en/docs/drivers/virtualbox.md index a6e9f26cd4..ae98484ab7 100644 --- a/site/content/en/docs/drivers/virtualbox.md +++ b/site/content/en/docs/drivers/virtualbox.md @@ -20,7 +20,7 @@ minikube start supports some VirtualBox specific flags: * **`--no-vtx-check`**: Disable checking for the availability of hardware virtualization ## Issues -* Minikube does not officially support VirtualBox on Intel-based Macs with recent macOS versions. I is not supported on Apple Silicon (M1/M2/M3) Macs at all. The recommended alternatives for macOS are the Docker driver or Hyperkit driver for Intel Macs +* Minikube does not officially support VirtualBox on Intel-based Macs with recent macOS versions. It is not supported on Apple Silicon (M1/M2/M3) Macs at all. The recommended alternatives for macOS are vfit, qemu, krunkit, and docker * [Full list of open 'virtualbox' driver issues](https://github.com/kubernetes/minikube/labels/co%2Fvirtualbox) ## Troubleshooting