Skip to content

Commit 258d1e1

Browse files
committed
Add none driver to the supported list.
1 parent 84bb1cb commit 258d1e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pkg/minikube/constants/constants.go

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ var SupportedVMDrivers = [...]string{
5656
"hyperv",
5757
"hyperkit",
5858
"kvm2",
59+
"none",
5960
}
6061

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

0 commit comments

Comments
 (0)