'Minikuba start' failure on Wind

2019-08-27  本文已影响0人  王晨玮Mark

Offical Doc

PS C:\Users\Mark\Downloads> minikube start

Exception

PS C:\Users\Mark\Downloads> minikube start
* minikube v1.3.1 on Microsoft Windows 10 Pro 10.0.17763 Build 17763
* Creating virtualbox VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
E0827 10:43:56.712876   26684 start.go:723] StartHost: create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
*
X Unable to start VM
* Error: [VBOX_NOT_FOUND] create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
* Suggestion: Install VirtualBox, ensure that VBoxManage is executable and in path, or select an alternative value for --vm-driver
* Documentation: https://www.virtualbox.org/wiki/Downloads
* Related issues:
  - https://github.com/kubernetes/minikube/issues/3784
  - https://github.com/kubernetes/minikube/issues/3776
*
* If the above advice does not help, please let us know:
  - https://github.com/kubernetes/minikube/issues/new/choose

Solution Step

reference How to resolve X Unable to start VM

E0827 11:08:17.636222    9816 start.go:723] StartHost: create: creating: exit status 1
minikube start -p [wcw22] --vm-driver hyperv --hyperv-virtual-switch "virtual switch name"
 minikube start -p [wcw22] --memory='1024mb' --vm-driver hyperv --hyperv-virtual-switch "wcw22"
上一篇 下一篇

猜你喜欢

热点阅读