【发布时间】:2021-03-21 01:21:58
【问题描述】:
我试图在本地笔记本电脑上安装 minishift。 作为该过程的一部分,我按照以下所述步骤进行操作。
https://docs.okd.io/3.11/minishift/getting-started/preparing-to-install.html
- 设置您的虚拟化环境
- 从 Minishift 版本页面下载适用于您的操作系统的 Minishift 软件
- 安装 Minishift
- 启动 Minishift
- 配置 Minishift 以便您高效使用它
我确实安装了 VirtualBox (6.1.16) 作为虚拟化的一部分。并禁用了 Hyper-v 和 Windows Hypervisor 平台(Windows 程序功能开/关)。但是在通过在 PATH 环境变量下配置它来下载和安装 minishift 之后。我从命令提示符运行以下命令 - 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 ...
-- Minishift VM will be configured with ...
Memory: 4 GB
vCPUs : 2
Disk size: 20 GB
-- Starting Minishift VM ..... FAIL E1210 00:01:26.829916 9000 start.go:499] Error starting the VM: Error creating the VM. Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory". Retrying.
Error starting the VM: Error creating the VM. Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"
我验证了 VT-x/AMD-v 的 BIOS 设置,它已经启用,所以我想知道为什么它仍然抛出这个错误 -
这台电脑没有启用 VT-X/AMD-v。必须在 BIOS 中启用它
【问题讨论】: