我正在尝试使用以下方法在虚拟机上设置QABDI:
(1)kubectl
(2)VirtualBox
(3)Minikube(Kubernetes的沙盒版本)
(4)Windows Server 2012R2
我已成功在(4)上安装(1)-(3),但是当我尝试使用VirtualBox(2)打开Minikube(3)时,出现错误。
这是我用来从PowerShell启动Minikube的命令:
minikube start --no-vtx-check
这是我收到的错误消息:
vBoxManage.exe: error: The native API dll was not found (C:Windows\system32\WinHvPlatform.dll) (VERR_NEM_NOT_AVAILABLE)
vBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)
vBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
Details: ... Power up failed (vrc=VERR_VMX_NO_VMX, rc=E_FAIL (0x80004005)
我怀疑它不起作用的原因是因为Minikube不支持嵌套虚拟机。
我不确定如何从这里继续前进。
有人遇到此错误吗?
答案 0 :(得分:0)
Minikube将不会初始化,因为Azure的Windows Server 2012R2不支持嵌套虚拟化。