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

Show progress bar when pulling docker base image #9492

Closed
zerefwayne opened this issue Oct 19, 2020 · 4 comments
Closed

Show progress bar when pulling docker base image #9492

zerefwayne opened this issue Oct 19, 2020 · 4 comments
Labels
co/docker-driver Issues related to kubernetes in container kind/feature Categorizes issue or PR as related to a new feature. triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@zerefwayne
Copy link

Steps to reproduce the issue:

  1. minikube start --driver=docker

Full output

~ Β» minikube start --driver=docker                          
πŸ˜„  minikube v1.14.0 on Ubuntu 20.04
✨  Using the docker driver based on user configuration
πŸ‘  Starting control plane node minikube in cluster minikube
🚜  Pulling base image ...

Issue

The terminal shows no output of the download progress while downloading the docker image. This issue can also be because docker pull starts to works in the background and the terminal process has no way of knowing the progress. I wish there was some output about the progress here because the user might think that the process is stuck.

OS: Ubuntu 20.04 LTS Minikube Version: 1.14
@zerefwayne
Copy link
Author

image

The size of the image is close to 800MB which can take a lot of time.

@afbjorklund
Copy link
Collaborator

afbjorklund commented Oct 20, 2020

Same request as #7012, but unfortunately no progress has been made since

The progress bar feature is missing from the library used to download images

@afbjorklund afbjorklund added co/docker-driver Issues related to kubernetes in container kind/feature Categorizes issue or PR as related to a new feature. triage/duplicate Indicates an issue is a duplicate of other open issue. labels Oct 20, 2020
@afbjorklund
Copy link
Collaborator

afbjorklund commented Oct 20, 2020

The workaround is doing docker pull on the kicbase image first.

docker pull gcr.io/k8s-minikube/kicbase:v0.0.13

@tstromberg
Copy link
Contributor

This issue appears to be a duplicate of #7012, do you mind if we move the conversation there?

Ths way we can centralize the content relating to the issue. If you feel that this issue is not in fact a duplicate, please re-open it using /reopen. If you have additional information to share, please add it to the new issue.

Thank you for reporting this!

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/feature Categorizes issue or PR as related to a new feature. triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

3 participants