Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions site/content/en/docs/drivers/hyperkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ minikube start supports additional hyperkit specific flags:
* **`--uuid`**: Provide VM UUID to restore MAC address

## Issues
* hyperkit has been deprecated for mac osX. The recommended alternatives for macOS are vfit, qemu, krunkit, and docker

### Local DNS server conflict

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/drivers/virtualbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 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
Expand Down