-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Health check error #3993
Comments
@thzois please use the template issue. |
Please post the ingress controller pod logs to see exactly what's happening. |
I'm seeing exactly the same error in GKE cluster |
@rimusz can you post the ingress controller pod log and the describe pod output? |
sure
let me fetch pod's log as well, and remove sensitive stuff |
pod log:
|
no, we don't use any custom snippets there any timeline for |
Ok, then use
~3 weeks |
Hello, I have not managed to reproduce the issue that's why I didn't post anything. I restarted the controller 2-3 times and the issue was resolved. |
I also face this issue in nginx-ingress 0.24.1
I only faced this issue in my production environment and not in my staging/qa environments. |
The same issue. It started to happen immediately after I deleted
* X is censored :) The issue appear in It fixed itself after about 15 minutes.
But considering number of Unhealthy and BackOff it is not a first time when it was down. Oh just one extra thing which maybe can help to recreate it. It is
|
This time it started after update other Application without Guys who have also this issue. Do you use |
Anybody solved it? I still suffer this issue. |
i have the same issue, version 0.25.1, |
I think this issue is not being treated with enough tenacity. Honestly I wonder how one can use this in production, as even our staging tests for months keep failing on issues like this. Restarting the controller is not a fix; It's sysadmin patch work. |
I've been facing this issue too and it got fixed after solving a couple of issues in my ingress resources. @eljefedelrodeodeljefe Regarding your comment about how one can use this in production, I have to say that we run this component in production since 3 years and so far it hasn't cause any outage. |
@mmingorance-dh are you sure the same issue? When something is down, then down is whole ingress not only one service. It works, but randomly it doesn't. I have only a few services in cluster. @eljefedelrodeodeljefe Do you use |
@kwladyka not the same issue then as we don't use |
I am also getting this error : healthcheck error: Get http+unix://nginx-status/healthz: dial unix /tmp/nginx-status-server.sock: i/o timeout And after some time, it works again and issue is intermittent, and without making any change , it started working. Any solution to overcome this? |
Closing. Fixed in master #4531 |
Can you please give me the Image tag ? last time you give me something like this for example : |
|
Thanks For your Quick response , last question , is it okay to use :dev image for Production ? Or should we wait for :0.25.2 or something ? |
It is not ok to use |
What do you suggest, Should We wait for 0.25.2 or something ? Because We are getting errors and its intermittent. |
In my case I will wait. I don't see other choice. |
So, I've just ran into this issue as well. However, my logs indicate that backed reload failed but it does not say why
Will this also be solved in the next release or is this a different issue? |
@OGKevin yes, you can check this using the image |
dev seems not work,but when i try to solve this problem,i found another error says " cannot list resource "ingresses" in API group "networking.k8s.io", so i add following, and the error missing,the ingress-controller has not been restarted from then
|
It seems you are using k8s >= 1.14. For that reason, you need to update the roles to be able to use that api https://github.com/kubernetes/ingress-nginx/blob/master/deploy/static/rbac.yaml#L53 |
Eventually we fixed this by upgrading the nodes to 1.14.7-gke.10. After that the |
I still have this issue:
|
I have the same behavior with AKS 1.14.8 and nginx-controller 0.27.1 + HPA. @kwladyka |
So, anybody know the root case? |
it worked for me |
Hello,
My ingress controller suddenly stopped working. This is the message that I get. I have deployed it in the past following exactly the instructions here: https://kubernetes.github.io/ingress-nginx/deploy/
Everything was working, but after I restarted kubernetes and docker it doesn't work anymore. I tried to redeploy it but still. I am running on CentOS 7.
healthcheck error: Get http+unix://nginx-status/healthz: dial unix /tmp/nginx-status-server.sock: connect: no such file or directory
The text was updated successfully, but these errors were encountered: