Minikube in Windows 10 Enterprise and Hyper-V Minikube in Windows 10 Enterprise and Hyper-V kubernetes kubernetes

Minikube in Windows 10 Enterprise and Hyper-V


Looks like your old minikube VirtualBox VM is in your MINIKUBE_HOME directory.

minikube delete is also failing because it looks like you uninstall VirtualBox.

You probably need to delete your MINIKUBE_HOME directory completely and then start with:

$ minikube start --vm-driver hyperv

Update:

In addition please refer to Microsoft Hyper-V driver

Requirements:

  1. Hyper-V enabled

    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

    Note:If Hyper-V was not previously active, you will need to reboot.

  2. An active Hyper-V switch - please foloow the Network Configuration section.

Set the switch you created as the minikube default in the step 2.

minikube config set hyperv-virtual-switch ExternalSwitchminikube start --vm-driver=hypervminikube config set vm-driver hyperv