【发布时间】:2019-01-15 13:52:10
【问题描述】:
我正在尝试在 Windows Server 2016 上安装 Kubernetes。 我尝试安装 minikube,但出现了一些错误。
这是我遵循的教程:
https://www.assistanz.com/installing-minikube-on-windows-2016-server/
这是我得到的命令+错误:
PS C:\Windows\system32> minikube start –vm-driver=hyperv –hyperv-virtual-switch=Minikube
Starting local Kubernetes v1.10.0 cluster...
Starting VM... Downloading Minikube ISO
170.78 MB / 170.78 MB [============================================] 100.00% 0s
E1106 19:29:10.616564 11852 start.go:168] Error starting host: Error creating host: Error executing step: Running precreate checks.
: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path.
Retrying.
E1106 19:29:10.689675 11852 start.go:174] Error starting host: Error creating host: Error executing step: Running precreate checks.
: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
================================================================================
An error has occurred. Would you like to opt in to sending anonymized crash
information to minikube to help prevent future errors?
To opt out of these messages, run the command:
minikube config set WantReportErrorPrompt false
================================================================================
Please enter your response [Y/n]:
有人知道怎么解决吗? 我用谷歌搜索了它,但没有运气。
谢谢!
【问题讨论】:
-
您的情况有什么更新吗?答案是否帮助您解决了问题?
标签: kubernetes minikube