-
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
Loading kicbase from cache to daemon outputs confusing loading progress #13509
Comments
/kind support |
Same issue here. Seems like there has been issues with minikube when it tries to connect to gcr.io. However seems the issue fixes itself by just waiting along |
Same issue here :-( |
Yeah this definitely strikes me as a connectivity issue. Do you end up getting a timeout or does it eventually resolve itself? |
Usually just restarting minikube (or deleting it) couple of times fixes it. Defeneitly something related to minikube/docker(?) because other applications seem to be functioning fine |
I had the same issue with minikube v1.24.0. It was fixed after upgrading to v1.25.0. OS: Ubuntu 20.10 |
@nagnampalli @siikanen @floka94 Can any of you confirm if updating to minikube v1.25.0 resolves this issue? |
@spowelljr I am on 1.26.0 and recently started seeing this issue |
Thanks for the confirmation @ZCJ. I just discovered that this occurs when you have the kicbase image stored in your minikube home folder cache, but it's not loaded into Docker, so it's copying the image from your file system into Docker. This will likely occur if you clean out docker using I'm assuming there's no % being shown because it's not a network activity, it's just writing the tarbar into the daemon and I'm assuming we don't get feedback on what the completion progress is. I think the next steps are:
|
@hemanthkotaprolu it usually takes around 50 seconds for me, did it end up completing? |
@spowelljr Currently the hack done by go-containerregistry only has network progress (and doesn't support podman) https://github.com/google/go-containerregistry/blob/main/pkg/v1/tarball/write.go ("docker save", with progress) https://github.com/google/go-containerregistry/blob/main/pkg/v1/daemon/write.go ("docker load", without progress) I'm not sure they will fix it, so one workaround is to call the docker and podman clients directly instead of using |
Thanks @spowelljr . After sometime it got worked. Thanks, |
took 2mins for me, thank you |
20 mins for me. I almost deleted minikube. |
This is fixed by #15528 The problem is it was downloading the kicbase image twice. |
What Happened?
π minikube v1.25.1 on Darwin 11.6
β¨ Automatically selected the docker driver. Other choices: virtualbox, ssh
π Starting control plane node minikube in cluster minikube
π Pulling base image ...
> gcr.io/k8s-minikube/kicbase: 0 B [] ?% ? p/s ?
> gcr.io/k8s-minikube/kicbase: 0 B [] ?% ? p/s ?
Attach the log file
π minikube v1.25.1 on Darwin 11.6
β¨ Automatically selected the docker driver. Other choices: virtualbox, ssh
π Starting control plane node minikube in cluster minikube
π Pulling base image ...
> gcr.io/k8s-minikube/kicbase: 0 B [] ?% ? p/s ?
> gcr.io/k8s-minikube/kicbase: 0 B [] ?% ? p/s ?
Operating System
macOS (Default)
Driver
Docker
The text was updated successfully, but these errors were encountered: