Skip to content

Commit

Permalink
Merge pull request #11368 from KushagraIndurkhya/ki-hyperv-doc-update
Browse files Browse the repository at this point in the history
Site: added a troubleshooting tip on hyperv driver website. issue
  • Loading branch information
medyagh authored May 12, 2021
2 parents 126d452 + 6d4cc23 commit 9a9bae1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/content/en/docs/drivers/hyperv.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ Also see [co/hyperv open issues](https://github.com/kubernetes/minikube/labels/c
## Troubleshooting

* Run `minikube start --alsologtostderr -v=7` to debug crashes
* While reinstalling minikube you may encounter error in starting minikube due to stuck.vmcx file from previous installation,a possible fix is:
* Install [Handle Windows tool](https://docs.microsoft.com/en-us/sysinternals/downloads/handle), identify the process handling .vmcx file,kill it.

* Run `minikube delete --all --purge` to remove the extra config files

0 comments on commit 9a9bae1

Please sign in to comment.