-
Notifications
You must be signed in to change notification settings - Fork 303
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
unhealthy backend services, with 400, 412, 409 errors #396
Comments
@chaima-ennar Do you know what version of ingress-gce you are running? |
@rramkumar1 I didn't really specify a version of the gce controller, so I guess it's the latest by default when I specified the controller class is "gce" |
Update: I have a 2 node cluster, for the healthy service I noticed that 2/2 vm instances are running but with the unhealthy service it's marked 0/2 instances are operational |
@chaima-ennar Why are your instances not operational? I suspect that fixing your vm instances will fix this issue. |
@rramkumar1 I don't know the same instances are used by both services front and back, they are working fine when it comes to the front service though, ( and I am pretty sure that the back service works fine) . I think it is something wrong with the instance group created by the ingress |
@chaima-ennar Are you still encountering this? |
@chaima-ennar Going to close this for now given the inactivity. Please re-open if you feel the issue still occurring. /close |
@rramkumar1: Closing this issue. 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. |
I am trying to deploy an application composed of two services front and back, I am using ingress and "gce" as a controller, Every time I modify the docker image of the service ( I add modifications in the code and nothing beoyond that), the service turns to be unhealthy. and I got these errors ,
here is my ingress ressource
And I the result is ?
ingress.kubernetes.io/backends: {"k8s-be-30049--17c7.....e101":"UNHEALTHY","k8s-be-30651--17c7......e101":"HEALTHY"}
So could you please to find the issue here ?
The text was updated successfully, but these errors were encountered: