未验证 提交 41235a7f 编写于 作者: T Thomas Strömberg 提交者: GitHub

Merge pull request #6816 from halmai/halmai-patch-1

give hint if 'minikube delete' cannot delete the machine directory
......@@ -109,6 +109,12 @@ var vmProblems = map[string]match{
Issues: []int{4511},
GOOS: []string{"windows"},
},
"HYPERV_FILE_DELETE_FAILURE": {
Regexp: re(`Unable to remove machine directory`),
Advice: "You may need to stop the Hyper-V Manager and run `minikube delete` again.",
Issues: []int{6804},
GOOS: []string{"windows"},
},
// KVM
"KVM2_NOT_FOUND": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册