I was trying out Kubernetes
using minikube
in a VM
host using KVM
as VM Driver
.But it looks like I cannot use KVM on a vm host as virtualization will not be enabled on a VM host.
$ egrep -c '(vmx|svm)' /proc/cpuinfo
0
minikube start
is failing with the below error
$ minikube start --vm-driver=kvm
Starting local Kubernetes v1.8.0 cluster...
Starting VM...
Downloading Minikube ISO
140.01 MB / 140.01 MB [============================================]
100.00% 0s
E1108 02:38:25.792900 17062 start.go:150] Error starting host: Error creating host: Error creating machine: Error in driver during machine creation: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for domaintype=kvm ').
Any suggestions how to proceed on a VM host