Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

centos7 minikube start error #9076

Closed
blankhang opened this issue Aug 25, 2020 · 1 comment
Closed

centos7 minikube start error #9076

blankhang opened this issue Aug 25, 2020 · 1 comment
Labels
co/docker-driver Issues related to kubernetes in container kind/bug Categorizes issue or PR as related to a bug. triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@blankhang
Copy link

blankhang commented Aug 25, 2020

Steps to reproduce the issue:

i have docker version 19.03.08 ON centos7.8.2003 and minikube v1.12.3
when i trying to start minikube with

minikube start --registry-mirror=https://md4nbj2f.mirror.aliyuncs.com

then i got the errors

Full output of failed command:

* Centos 7.8.2003 上的 minikube v1.12.3
* 根据现有的配置文件使用 docker 驱动程序
* Starting control plane node minikube in cluster minikube
* Restarting existing docker container for "minikube" ...
* 正在 Docker 19.03.8 中准备 Kubernetes v1.18.3…
E0825 15:46:30.198239  106947 start.go:97] Unable to get host IP: inspect IP bridge network "f2d608a2f4e2\n54af1d195572".: docker network inspect --format "{{(index .IPAM.Config 0).Gateway}}" f2d608a2f4e2
54af1d195572: exit status 1
stdout:


stderr:
Error: No such network: f2d608a2f4e2
54af1d195572
* 
X failed to start node: startup failed: Failed to setup kubeconfig: inspect IP bridge network "f2d608a2f4e2\n54af1d195572".: docker network inspect --format "{{(index .IPAM.Config 0).Gateway}}" f2d608a2f4e2
54af1d195572: exit status 1
stdout:


stderr:
Error: No such network: f2d608a2f4e2
54af1d195572

* 
* 由于出错 minikube 正在退出。如果以上信息没有帮助,请提交问题反馈:
  - https://github.com/kubernetes/minikube/issues/new/choose
[developer@local3 ~]$ docker network ls
NETWORK ID          NAME                DRIVER              SCOPE
f2d608a2f4e2        bridge              bridge              local
54af1d195572        docker_gwbridge     bridge              local
0ed5d411aa72        host                host                local
804888e8d6a1        none                null                local

Full output of minikube start command used, if not already included:

Optional: Full output of minikube logs command:

@blankhang blankhang changed the title centos7 minikube start error during docker network issues? centos7 minikube start error Aug 25, 2020
@afbjorklund afbjorklund added co/docker-driver Issues related to kubernetes in container triage/duplicate Indicates an issue is a duplicate of other open issue. labels Aug 25, 2020
@afbjorklund
Copy link
Collaborator

Same issue as #8131

@afbjorklund afbjorklund added the kind/bug Categorizes issue or PR as related to a bug. label Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container kind/bug Categorizes issue or PR as related to a bug. triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

3 participants