config: make hyperkit and kvm2 available as supported drivers

pull/2728/head
PI-Victor 2018-04-17 13:43:54 +02:00 committed by dlorenc
parent 8e299f4a67
commit 84bb1cba26
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ var SupportedVMDrivers = [...]string{
"kvm",
"xhyve",
"hyperv",
"hyperkit",
"kvm2",
}
var DefaultMinipath = filepath.Join(homedir.HomeDir(), ".minikube")