solo-io / gloo

The Cloud-Native API Gateway and AI Gateway
https://docs.solo.io/
Apache License 2.0
6 stars 0 forks source link

bugfix: fix eds updates when discovery enabled #10391

Closed yuval-k closed 15 hours ago

yuval-k commented 1 day ago

We discovered when a pod ip changed, envoy was still routing the the old pod. we looked at the krt collections at localhost:9095/snapshot/krt and the all seem correct. the eds snapshot in /snapshots/eds also looked correct. but we did notice the EDS version didn't change when the pod ips changed; which led us to finding this bug.

yuval-k commented 1 day ago

i think we can skip changelog - it's a bug fix in unreleased version