Minikube: [Feature request] Setting a VM driver by default?

Created on 28 Sep 2016  路  2Comments  路  Source: kubernetes/minikube

Any way to set a driver by default? So I don't have to enter: --vm-driver=kvm each time?

Most helpful comment

You can set minikube config set vm-driver kvm

I'll add some documentation for this

All 2 comments

You can set minikube config set vm-driver kvm

I'll add some documentation for this

If previous recommendation doesn't work try with kvm2
minikube config set vm-driver kvm2

Was this page helpful?
0 / 5 - 0 ratings