-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Ingress NGINX Pod in 'Pending' State #2763
Comments
I'm pretty sure this is ingress-nginx not being ready for Kubernetes 1.24 kubernetes/ingress-nginx#8091 |
If you use |
Ah right ok, I'll try that and report back if any issues. Thanks for the quick reply |
we may need to add a note to our docs in the meantime, if that is the case. https://kind.sigs.k8s.io/docs/user/ingress/ |
Perhaps you just needed to wait longer for the pod to become ready? I went back through https://kind.sigs.k8s.io/docs/user/ingress/ with kind v0.13.0 (default image) and successfully curled the foo and bar test services by the end. One of the steps after installing the ingress is: kubectl wait --namespace ingress-nginx \
--for=condition=ready pod \
--selector=app.kubernetes.io/component=controller \
--timeout=90s The pods can take a bit to settle. |
I've experienced this same error on version I think it's caused by the new kubernetes version renaming the taint from @BenTheElder Can we reopen this issue? |
We can, but this may not be the same issue, for single node clusters we already remove the taint. |
Since no issues were reported back, I would prefer a new bug with the bug template filled out with your reproducer etc. |
Upstream: kubernetes/ingress-nginx#8605 |
kubernetes/ingress-nginx#8609 is merged upstream |
What happened:
When deploying the Ingress NGINX controller to a new cluster, the pod is in a
Pending
stateWhat you expected to happen:
Pod to be in a
Running
stateHow to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
This only happens with the
v0.13.0
release, it works fine inv0.12.0
so have just reverted to that for nowEnvironment:
kind version
): v0.13.0kubectl version
): v1.24.0docker info
): 20.10.14/etc/os-release
): WSL2 (Windows 10)The text was updated successfully, but these errors were encountered: