首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Minishift在安装后无法启动

Minishift在安装后无法启动
EN

Stack Overflow用户
提问于 2018-10-19 14:00:46
回答 1查看 2K关注 0票数 0

我尝试在我的机器上本地运行open shift,所以我下载了Oracle Virtual box VirtualBox-5.2.20来运行mini shift虚拟机。问题是当我想使用mini shift启动mini-shift时,它不会启动。

我得到了以下信息:

代码语言:javascript
复制
-- Starting profile 'minishift'
-- Using proxy for the setup
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.10.0' is valid ... OK
-- Checking if requested OpenShift version 'v3.10.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 ........................-- Setting proxy information ... .OK
..... OK
-- Checking for IP address ... OK

-- Checking for nameservers ... OK
-- Checking if external host is reachable from the Minishift VM ...
   Pinging 8.8.8.8 ... FAIL
   VM is unable to ping external host
-- Checking HTTP connectivity from the VM ...
   Retrieving http://minishift.io/index.html ... OK
-- Checking if persistent storage volume is mounted ... OK
-- Checking available disk space ... 1% used OK
-- OpenShift cluster will be configured with ...
   Version: v3.10.0
-- Pulling the Openshift Container Image .....................................................................................................................................................................Error pulling the openshift container image: ssh command error:
command : docker pull openshift/origin-control-plane:v3.10.0
err     : exit status 1
output  : Trying to pull repository docker.io/openshift/origin-control-plane ...
v3.10.0: Pulling from docker.io/openshift/origin-control-plane
aeb7866da422: Pulling fs layer
8bd69565c444: Pulling fs layer
37c5cca65a4a: Pulling fs layer
250356f18bea: Retrying in 3 seconds
250356f18bea: Retrying in 2 seconds
250356f18bea: Retrying in 1 second
250356f18bea: Verifying Checksum
250356f18bea: Download complete
unexpected EOF
EN

回答 1

Stack Overflow用户

发布于 2018-10-24 15:20:30

似乎从Docker Hub拉取OpenShift容器镜像时出现了问题。这个问题可以重现吗?

我建议你试试:

代码语言:javascript
复制
$ minishift delete --clear-cache
$ minishift start --vm-driver virtualbox

如果重复失败,您可以查看一些额外的日志记录是否可以揭示这一点:

代码语言:javascript
复制
$ minishift --v 5 start --vm-driver virtualbox
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/52886640

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档