742 B
742 B
title | linkTitle | weight | date | description |
---|---|---|---|---|
virtualbox | virtualbox | 5 | 2018-08-08 | VirtualBox driver |
Overview
VirtualBox is the oldest and most stable VM driver for minikube.
{{% readfile file="/docs/Reference/Drivers/includes/virtualbox_usage.inc" %}}
Special features
minikube start supports some VirtualBox specific flags:
--host-only-cidr
: The CIDR to be used for the minikube VM (default "192.168.99.1/24")--no-vtx-check
: Disable checking for the availability of hardware virtualization
Issues
Troubleshooting
- Run
minikube start --alsologtostderr -v=7
to debug crashes