安装了 minikube,在运行 minikube start 的时候,报错:
* minikube v1.1.1 on linux (amd64)
* using image repository registry.cn-hangzhou.aliyuncs.com/google_containers
* Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
E0624 19:10:53.254826 58529 start.go:529] 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
* Advice: 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
我是在 Windows 操作系统的 VMware 虚拟机内操作,虚拟机内部还可以安装虚拟机吗?要如何安装?