parallels
Overview
The Parallels driver is particularly useful for users who own Parallels Desktop for Mac, as it does not require VT-x hardware support.
Requirements
- Parallels Desktop 11.0.0+ Pro or Business edition
Usage
Start a cluster using the parallels driver:
minikube start --driver=parallels
To make parallels the default driver:
minikube config set driver parallels
Issues
Troubleshooting
- Run
minikube start --alsologtostderr -v=7
to debug crashes
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified April 5, 2023: Fix link to GitHub open issues label for drivers (d1297d391)