【发布时间】:2019-02-16 00:33:25
【问题描述】:
我是 Kubernetes 的初学者,从 this 教程开始。我安装了VM 并希望能够使用以下命令启动集群:
minikube start
但我得到了错误:
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
E0911 13:34:45.394430 41676 start.go:174] Error starting host: Error
creating host: Error executing step: Creating VM.
: Error setting up host only network on machine start: The host-only
adapter we just created is not visible. This is a well known
VirtualBox bug. You might want to uninstall it and reinstall at least
version 5.0.12 that is is supposed to fix this issue.
它说这是 Virtualbox 中的一个众所周知的错误,但我安装了它的最新版本。有什么想法吗?
【问题讨论】:
标签: kubernetes virtualbox devops minikube