-
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 ingress error: X Exiting due to MK_ENABLE -- waiting for app.k ubernetes.io/name=ingress-nginx pods: timed out #10127
Comments
Hey @ConradKrinock thanks for opening this issue! This does seem like a bug. Could you provide the output of:
and
I'm curious to see what the state of the ingress pods is. |
OK thanks I'll be able to respond later today. |
kubectl get po -A
|
kubectl describe deploy ingress-nginx-controller -n kube-system Name: ingress-nginx-controller Available True MinimumReplicasAvailable |
You can try the workaround mentioned by renich and Hongbo-Miao on this thread #8756. It worked for me. |
Hey @ConradKrinock did that resolve your issue? It also looks like your cluster may be ~40 days old based on the output of |
Hi @ConradKrinock, we haven't heard back from you, do you still have this issue? I will close this issue for now but feel free to reopen when you feel ready to provide more information. |
Related:
Side note: A better behavior would be to be able to pass timeout duration as a parameter instead of 3 minutes or 6 minutes for slow connections or starts. Leave it to the user. |
I had the same issue. The error disappeared when I have run the same command
again after a minute. |
|
(This works successfully on our ubuntu server but not on our Window2019server)
Steps to reproduce the issue:
minikube addons enable ingress --alsologtostderr
X Exiting due to MK_ENABLE: run callbacks: running callbacks: [waiting for app.k
ubernetes.io/name=ingress-nginx pods: timed out waiting for the condition]
*
I0111 18:14:47.203519 1212 out.go:185] Setting OutFile to fd 284 ...
I0111 18:14:47.205471 1212 out.go:232] TERM=xterm,COLORTERM=, which probably
does not support color
I0111 18:14:47.205471 1212 out.go:198] Setting ErrFile to fd 288...
I0111 18:14:47.205471 1212 out.go:232] TERM=xterm,COLORTERM=, which probably
does not support color
W0111 18:14:47.211329 1212 root.go:254] Error reading config file at C:\Users
\Administrator.minikube\config\config.json: open C:\Users\Administrator.miniku
be\config\config.json: The system cannot find the file specified.
I0111 18:14:47.213282 1212 addons.go:55] Setting ingress=true in profile "min
ikube"
I0111 18:14:47.213282 1212 addons.go:131] Setting addon ingress=true in "mini
kube"
I0111 18:14:47.213282 1212 host.go:66] Checking if "minikube" exists ...
I0111 18:14:47.215234 1212 main.go:119] libmachine: COMMAND: C:\Program Files
\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0111 18:14:47.266979 1212 main.go:119] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ac278cff-3abc-4973-8f9d-bd3a072954ba"
CfgFile="C:\Users\Administrator\.minikube\machines\minikube\minikube\mini
kube.vbox"
SnapFldr="C:\Users\Administrator\.minikube\machines\minikube\minikube\Sna
pshots"
LogFldr="C:\Users\Administrator\.minikube\machines\minikube\minikube\Logs
"
Additional info:
minikube start
763
ace by default
Optional: Full output of `minikube logs command:
minikube.logs.txt
The text was updated successfully, but these errors were encountered: