无法在Windows 10上使用Virtualbox安装minishift

无法在Windows 10上使用Virtualbox安装minishift,virtualbox,minishift,Virtualbox,Minishift,我正在尝试在我的Windows 10企业笔记本电脑上安装minishift。 我在powershell中执行的命令有: minishfit config set vm-driver hyperv minishift start 追踪是: -- Starting profile 'minishift' -- Check if deprecated options are used ... OK -- Checking if https://github.com is reachable ...

我正在尝试在我的Windows 10企业笔记本电脑上安装minishift。 我在powershell中执行的命令有:

minishfit config set vm-driver hyperv
minishift start
追踪是:

-- Starting profile 'minishift'
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.11.0' is valid ... OK
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK
-- Checking if requested hypervisor 'virtualbox' is supported on this platform ... OK
-- Checking if VirtualBox is installed ... OK
-- Checking the ISO URL ... OK
-- Checking if provided oc flags are supported ... OK
-- Starting the OpenShift cluster using 'virtualbox' hypervisor ...
-- Starting Minishift VM ............................ FAIL E0130 16:57:39.360592    1632 start.go:494] Error starting the VM: Error configuring authorization on host: Could not find matching IP for MAC address XXXXXXX. Retrying.
Error starting the VM: Error configuring authorization on host: Could not find matching IP for MAC address XXXXXXX 
请任何人帮助解决这个问题。谢谢。

所以您首先将“hyperv”设置为Minishift的vm驱动程序,但当机器启动Minishift时,报告将使用“virtualbox”?这似乎可疑,可能是问题的原因

如果您的计划是使用virtualbox,则在Minishift中将其设置为vm驱动程序,并确保在机器上禁用Hyper-V功能(需要重新启动才能禁用)

如果您的计划是使用Hyper-V启动Minishift(并且您的机器上也安装了VB),则运行“Minishift配置视图”以查看hyperv是否真的设置为vm驱动程序-奇怪的是,Minishift启动报告好像没有设置hyperv一样。确保Hyper-V已启用(需要重新启动才能启用)。启动minishift并检查是否报告要使用hyperv:

-- Starting the OpenShift cluster using 'hyperv' hypervisor ...

你搜索过stackoverflow吗?看见