delete: The process cannot access the file because it is being used by another process #6804
Labels
co/hyperv
HyperV related issues
kind/feature
Categorizes issue or PR as related to a new feature.
os/windows
priority/backlog
Higher priority than priority/awaiting-more-evidence.
The exact command to reproduce the issue:
The full output of the command that failed:
The output of the
minikube logs
command:The operating system version:
Microsoft Windows [Version 10.0.18362.592]
I hoped that creating a config.json file can solve the problem. I created one with 0 bytes which was simply deleted by
minikube delete
. Then I created one with the content{}
but it causedminikube delete
to die withpanic: runtime error: invalid memory address or nil pointer dereference
. Then I gave up.The text was updated successfully, but these errors were encountered: