-
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
Exiting due to MK_ADDON_ENABLE: run callbacks: running callbacks: [waiting for app.kubernetes.io/name=ingress-nginx pods: timed out waiting for the condition] #13872
Comments
Hi @Orygeunik, thanks for reporting your issue with minikube! Just looking at the logs I'm seeing I also see that the cluster was originally created with The original cluster might have discrepancies with the updated version, I'd recommend starting with deleting the existing clusters |
Thanks for quick answer! At first i want to remark that this error was received me on version 1.24 and i was hopes that update fixit it :) So i was executed command
|
|
I'm sorry @spowelljr, anything other need? |
Hi @Orygeunik, sorry for the delayed response. After the ingress fails to enable, you can run the command
Then if you do |
Hello @spowelljr I was rerun again deleting and enabling, such as in comment: #13872 (comment) And i have below situation:
|
@Orygeunik do you solve this problem , I got the same issue. oops.... |
@16871560 no, the problem still persisted |
@Orygeunik I reinstall 1.23.2. it seems work well. |
@16871560
i think so problem around driver, i used "none" and it's a source of problems :( |
And so, for tests i was changed driver to "docker" and minikube versio to "v1.23.2" and... it's work
More proofs:
culprit is driver - Q.E.D. (and idk why) |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
@Orygeunik I also encountered this problem, and then check the pod error log, and prompt "0 / 1 nodes are available: 1 node (s) didn't match pod's node affinity / selector Preemption: 0 / 1 nodes are available: 1 preemption is not helpful for scheduling ", i find pod's label "minikube.k8s.io/primary=true" does not exist in the minikube node. later, the problem is solved by running the command:"minikube label node minikube minikube.k8s.io/primary=true" |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Exiting due to MK_ADDON_ENABLE: run callbacks: running callbacks: [waiting for app.kubernetes.io/name=ingress-nginx pods: timed out waiting for the condition] please can anyone help me, I ca't enable ingress on minikube I'm using mac book Apple M1 chip |
Hi @oluranticode – for additional assistance, please consider reaching out to the minikube community: https://minikube.sigs.k8s.io/community/ We also offer support through Slack, Groups, and office hours. |
I have the same issue. It only fails with |
idris@xplorer:~$ kubectl describe pods ingress-nginx-controller-755dfbfc65-s68pr -n ingress-nginx Normal Scheduled 49m default-scheduler Successfully assigned ingress-nginx/ingress-nginx-controller-755dfbfc65-s68pr to minikube |
Could you try running You could also try deleting your minikube cluster ( |
@spowelljr Hey! Thanks for your quick response and I followed your steps as below yet it fails to pull the image. Deleted minikube cluster and increases timeout to 5 mins & 10 mins idris@xplorer:~$ kubectl describe pods ingress-nginx-controller-5959f988fd-mqtrp -n ingress-nginx Normal Scheduled 8m3s default-scheduler Successfully assigned ingress-nginx/ingress-nginx-controller-5959f988fd-mqtrp to minikube |
As workaround I resolved pre-dowloading problematic image direcly on minikube machine via docker. |
I come here from the similar issue 13841. The aforementioned fix does not work for me. I am using minikube 1.28.0 and kubectl version v1.25.4/v1.25.3 (client/server). |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
cause I used minikube, what I got error log like below: the final solution: 💡 ingress is an addon maintained by Kubernetes. For any concerns contact minikube on GitHub. |
Thank you so much @ClownWang-1217. It worked for me. |
Still issue persists. I am using in offline environment in redhat 8.6. |
The error persists still to this day, I'm using minikube v1.29.0 |
My version of minikube: |
My OS is a Windows and I had the same issue. This is what I've done to get rid of this problem: 1- Run Docker desktop. |
This worked for me ! |
You can try this: #10544 (comment) |
@ClownWang-1217 why does this work? |
this is worked for me,too |
Thanks! This worked for me. |
I have a similar error message. I have to start minikube using conternaind (as described here)
|
What Happened?
Hello!
I'm tried to enable ingress addon, but takes error such as from title
partial reference for issue #13841
Originally posted by @spowelljr in #13841 (comment)
Attach the log file
logs.txt
Operating System
Other (Debian 11.3)
Driver
none
The text was updated successfully, but these errors were encountered: