-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add Progress bar: Transferring cached image #7175
Comments
Hey @wfhartford -- thanks for opening this issue. Could you provide the output of:
so that we can see exactly where minikube is stalling? Thanks! |
Attaching the requested output: In this log you can see that the time between these two lines is about 5 minutes.
Without the stderr logs, there is no clear indication as to what is taking so long. Once we realise that this delay is required to pre-load the docker image cache, the duration is completely understandable. I'm using quite a few large images. To be clear, this issue is not a request to make that copy faster, simply to provide some indication to the user as to what is happening in the 5 minutes (or more or less depending on the contents of the cache) that there is no activity on the console. |
@wfhartford thanks for clarifying! I feel like the simple fix is just to add additional logging, something like:
and a slightly more advanced fix could be a progress bar. If anyone is interested in adding either of these, please feel free to take on this issue by commenting |
The simple logging solution could probably be easily enhanced by including image numbers like this:
|
that is a very good suggestion @wfhartford |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I've recently started making use of the minikube image cache. When starting minikube, the startup stalls for a very long time at the following:
The first few times I encountered this, I though something had broken. It would be helpful to indicate to the user that progress is being made.
The text was updated successfully, but these errors were encountered: