-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
113 Host is unreachable #7716
Comments
@MinhDuc010194 The ip address of upstream looks weird, what's the output of |
this is IP of pod foo, not foo-service. here is IP of foo_service |
here is what i got from logs of kong_proxy. maybe this host had a problem
2021/08/16 12:40:37 [error] 24#0: *152099 recv() failed (113: Host is unreachable), context: ngx.timer this error is thrown every 2 seconds |
@MinhDuc010194 The error for 2 seconds is likely from healthchecks. If you look at the error for the request
It indicates Kong resolved the upstream to be |
@fffonion because of a firewall. I had to disable it! and now everything works fine! thank you for pointing me an important hint! |
I guess this can be closed then. @fffonion / @MinhDuc010194, please reopen if you have further questions. |
i had follow this example to config Kong ingress point to foo Service
https://konghq.com/blog/kubernetes-ingress-api-gateway
. The last step is to check the kong gateway i got a message "An invalid response was received from the upstream server". Then I log kong_ingress controller by command "kubectl logs -n kong ingress-kong-74d8d78f57-gvv5z -c proxy". and I gotHow can i fix this?
my nodeip is 10.0.10.50 and i using metallb to create LB at external Ip 10.0.10.50
The text was updated successfully, but these errors were encountered: