【发布时间】:2019-08-12 12:40:59
【问题描述】:
我在 ec2 上配置了 CentOS VM 并安装了 Minishift,但它没有启动,我意识到这与嵌套虚拟化有关。
我应该怎么做才能在 ec2 上使用这个 existing CentOS VM 来运行 minishift?
在云虚拟机上安装 MiniShift 的行之有效的方法是什么?
我将只部署用于试验的项目。
我正在使用 Windows 笔记本电脑上的“ssh”进行连接。
-- 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 'kvm' is supported on this platform ... OK
-- Checking if KVM driver is installed ...
Driver is available at /usr/local/bin/docker-machine-driver-kvm ...
Checking driver binary is executable ... OK
-- Checking if Libvirt is installed ... OK
-- Checking if Libvirt default network is present ... OK
-- Checking if Libvirt default network is active ... OK
-- Checking the ISO URL ... OK
-- Checking if provided oc flags are supported ... OK
-- Starting the OpenShift cluster using 'kvm' hypervisor ...
-- Starting Minishift VM .... FAIL E0812 12:08:28.036276 17936 start.go:494] Error starting the VM: Error getting the state for host: unexpected EOF. Retrying.
Error starting the VM: Error getting the state for host: unexpected EOF
【问题讨论】:
-
EC2 是否支持嵌套虚拟化?
-
不确定。我可以将 ec2 centos vm 用作 Windows 桌面上的现有 vm 吗?
标签: amazon-ec2 virtualization kvm minishift