Add a comment

pull/9365/head
Ilya Zuyev 2020-10-15 16:07:39 -07:00
parent 57a0e402d4
commit 5fc73c7764
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ func prepareTempMinikubeDirWithHyperkitDriver(name, driver string) (string, stri
return "", "", fmt.Errorf("failed to setup current hyperkit driver: %v", err)
}
// try to copy cached files to the temp minikube folder to avoid downloading of iso and preloads
_ = ioext.CopyDir(filepath.Join(localpath.MakeMiniPath("cache")), filepath.Join(mkDir, "cache"))
// change permission to allow driver to be executable