minikube does not start with KVM driver

9/10/2017

I can't run minikube with KVM driver on Ubuntu:16.04. I receive the next error enter image description here

If you have any recommendations, please, let me know. Thank you!!!

-- Remzes
cluster-computing
kubernetes
minikube
ubuntu

1 Answer

12/15/2017

You may want to try KVM2 driver? at least you can open issue to minikube team if there is any problem.

https://github.com/kubernetes/minikube/blob/master/docs/drivers.md

The KVM2 driver is intended to replace KVM driver. The KVM2 driver is maintained by the minikube team, and is built, tested and released with minikube.

Thanks.

BR/ Robert

-- robertluwang
Source: StackOverflow