Skip to content

Commit aaa159e

Browse files
committed
Add none driver to the supported list.
1 parent 8e299f4 commit aaa159e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/minikube/constants/constants.go

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ var SupportedVMDrivers = [...]string{
5454
"kvm",
5555
"xhyve",
5656
"hyperv",
57+
"none",
5758
}
5859

5960
var DefaultMinipath = filepath.Join(homedir.HomeDir(), ".minikube")

0 commit comments

Comments
 (0)