-
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
minikube addons enable registry doesn't work - timeout #9514
Comments
The full output with --alsologtostderr I1021 17:41:58.292413 41687 addons.go:55] Setting registry=true in profile "minikube" W1021 17:44:58.760957 41687 out.go:145] β Exiting due to MK_ENABLE: run callbacks: running callbacks: [verifying registry addon pods : timed out waiting for the condition: timed out waiting for the condition] W1021 17:44:58.761640 41687 out.go:145] πΏ If the above advice does not help, please let us know: |
Hey @nicolasduminil - do you mind sharing the output of:
Thanks! |
@tstromberg : Hi, yes, sure kubectl describe po -l kubernetes.io/minikube-addons=registry -n kube-system Normal Scheduled 50m default-scheduler Successfully assigned kube-system/registry-8t8jg to minikube Name: registry-proxy-b4cpb Normal Scheduled 50m default-scheduler Successfully assigned kube-system/registry-proxy-b4cpb to minikube $ kubectl logs -l kubernetes.io/minikube-addons=registry -n kube-system |
minikube has a 3 minute timeout on addon startup, and it seems like it took 2m59s to pull the registry image:
I'll see about extending the timeout |
Okay, I'll try to do that, thanks. |
Let's keep this issue open until the PR is merged. If you get a chance, please check if this updated minikube binary fixes the issue for you: https://storage.googleapis.com/minikube-builds/9515/minikube-linux-amd64 |
Steps to reproduce the issue:
π minikube v1.14.0 on Ubuntu 20.04
β¨ Automatically selected the docker driver
π Starting control plane node minikube in cluster minikube
π₯ Creating docker container (CPUs=2, Memory=7900MB) ...
π³ Preparing Kubernetes v1.19.2 on Docker 19.03.8 ...
π Verifying Kubernetes components...
π Enabled addons: storage-provisioner, default-storageclass
β /home/nicolas/google-cloud-sdk/bin/kubectl is version 1.16.13-dispatcher, which may have incompatibilites with Kubernetes 1.19.2.
π‘ Want kubectl v1.19.2? Try 'minikube kubectl -- get pods -A'
π Done! kubectl is now configured to use "minikube" by default
π Verifying registry addon...
β Exiting due to MK_ENABLE: run callbacks: running callbacks: [verifying registry addon pods : timed out waiting for the condition: timed out waiting for the condition]
πΏ If the above advice does not help, please let us know:
π https://github.com/kubernetes/minikube/issues/new/choose
The text was updated successfully, but these errors were encountered: