status on git bash: Error getting host status: state: Failed to find the VM status #5359
Labels
co/hyperv
HyperV related issues
kind/support
Categorizes issue or PR as a support question.
os/windows
I installed minikube on my windows machine enabled with Hyper V. I already have docker installed on my computer.
I started the minikube with the following command in PowerShell:
minikube start --vm-driver=hyperv --hyperv-virtual-switch "Default Switch" --memory=4096
Please note I used the Default Switch instead of creating a new switch.
After the installation, in powershell:
PS C:\WINDOWS\system32> minikube version
minikube version: v1.3.1
commit: ca60a42
The issue I am having is when I run commands like
minikube status
orminikube docker-env
orminikube dashboard
they fail from Gitbash:$ minikube status * X Error getting host status: state: Failed to find the VM status * * Sorry that minikube crashed. If this was unexpected, we would love to hear fro m you: - https://github.com/kubernetes/minikube/issues/new/choose
$ minikube docker-env * X Error getting host status: state: Failed to find the VM status * * Sorry that minikube crashed. If this was unexpected, we would love to hear fro m you: - https://github.com/kubernetes/minikube/issues/new/choose
But when I run those commands through powershell, they are successful.
Is this because I did the initialization through Powershell instead of Gitbash?
The text was updated successfully, but these errors were encountered: