We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e299f4 commit aaa159eCopy full SHA for aaa159e
pkg/minikube/constants/constants.go
@@ -54,6 +54,7 @@ var SupportedVMDrivers = [...]string{
54
"kvm",
55
"xhyve",
56
"hyperv",
57
+ "none",
58
}
59
60
var DefaultMinipath = filepath.Join(homedir.HomeDir(), ".minikube")
0 commit comments