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

Minikube failed on starting with docker as driver #8478

Closed
bobmayuze opened this issue Jun 15, 2020 · 3 comments
Closed

Minikube failed on starting with docker as driver #8478

bobmayuze opened this issue Jun 15, 2020 · 3 comments
Labels
co/docker-driver Issues related to kubernetes in container kind/ux triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@bobmayuze
Copy link

minikube start --driver=docker
Steps to reproduce the issue:

  1. Open up terminal and run minikube start --driver=docker
  2. It froze at line 🚜 Pulling base image ...

My docker version:

Client: Docker Engine - Community
 Version:           19.03.5
 API version:       1.40
 Go version:        go1.12.12
 Git commit:        633a0ea
 Built:             Wed Nov 13 07:22:34 2019
 OS/Arch:           darwin/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          19.03.5
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.12.12
  Git commit:       633a0ea
  Built:            Wed Nov 13 07:29:19 2019
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.2.10
  GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
 runc:
  Version:          1.0.0-rc8+dev
  GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683

Full output of failed command:

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

Optional: Full output of minikube logs command:

@bobmayuze
Copy link
Author

bobmayuze commented Jun 15, 2020

It stuck there for about 5 mins, and it worked.

@afbjorklund
Copy link
Collaborator

afbjorklund commented Jun 15, 2020

This is related to #7012, since it is downloading 300M

@afbjorklund afbjorklund added co/docker-driver Issues related to kubernetes in container kind/ux triage/duplicate Indicates an issue is a duplicate of other open issue. labels Jun 15, 2020
@bobmayuze
Copy link
Author

Seems like once I deleted the minikube cluster, the image needs to be re-downloaded

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/ux triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

2 participants