DEV Community

Discussion on: Learn Kubernetes, Part I, Basics, Deployment and Minikube

Collapse
 
dendihandian profile image
Dendi Handian

It's failed to start on my machine:

C:\Users\dendi>minikube start
* minikube v1.15.1 on Microsoft Windows 10 Home Single Language 10.0.19041 Build 19041
* Using the hyperv driver based on existing profile
* minikube 1.16.0 is available! Download it: https://github.com/kubernetes/minikube/releases/tag/v1.16.0
* To disable this notice, run: 'minikube config set WantUpdateNotification false'

* Starting control plane node minikube in cluster minikube
* Creating hyperv VM (CPUs=2, Memory=3000MB, Disk=20000MB) ...
! StartHost failed, but will try again: creating host: create: precreate: Hyper-V PowerShell Module is not available
* Creating hyperv VM (CPUs=2, Memory=3000MB, Disk=20000MB) ...
* Failed to start hyperv VM. Running "minikube delete" may fix it: creating host: create: precreate: Hyper-V PowerShell Module is not available

X Exiting due to PR_HYPERV_MODULE_NOT_INSTALLED: Failed to start host: creating host: create: precreate: Hyper-V PowerShell Module is not available
* Suggestion: Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All'
* Documentation: https://www.altaro.com/hyper-v/install-hyper-v-powershell-module/
* Related issue: https://github.com/kubernetes/minikube/issues/9040
Enter fullscreen mode Exit fullscreen mode
Collapse
 
softchris profile image
Chris Noring

Seems like the error message is saying what's wrong

Hyper-V PowerShell Module is not installed
Enter fullscreen mode Exit fullscreen mode

Here's a thread where people seem to have a similar issue, maybe that helps?
github.com/kubernetes/minikube/iss...