Any way to set a driver by default? So I don't have to enter: --vm-driver=kvm
each time?
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
Most helpful comment
You can set
minikube config set vm-driver kvm
I'll add some documentation for this