Kind cluster Kong Ingress Controller 2.8.0 failure to get a peer from the ring-balancer #3310
vugardzhamalov
started this conversation in
General
Replies: 1 comment 2 replies
-
Had another look at logs, I was observing something like this:
So I've changed backend service port names to port numbers - it seems as if this has resolved the issue. This brings me to another question: is this expected behavior under v2.8.0? Anyone knows if backend service port names are not supported anymore? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I normally deploy Kong Ingress Controller on my Kind cluster via so called dbless config provided here . It seems as if latest changes merged to master break my Ingress. So far I've confirmed that if I change controller back to version 2.7.0 here - my Ingress does work as expected.
Otherwise if I deploy controller v2.8.0 with the same Ingress object - I end up seeing only one error:
{"message":"failure to get a peer from the ring-balancer"}
I was wondering if controller v2.8.0 requires further changes made to Ingress? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions