Skip to content
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

Headless authservice endpoints not getting updated #5417

Open
shrutilamba opened this issue Nov 6, 2023 · 0 comments
Open

Headless authservice endpoints not getting updated #5417

shrutilamba opened this issue Nov 6, 2023 · 0 comments

Comments

@shrutilamba
Copy link

I am facing issues while scaling my authservice. My authservice pods frequently scale up an down, and intermittently I see issues where in the membership total isnt getting updated at ambassador. Example, my auth service pods scaled down from 21 to 20 pods, however, ambassador still taking the old value of 21, which is leading to 5xx at my service as one pod which is now terminated is still being considered by ambassador.
Seems like some lag in service discovery.
Does anyone has an idea what could be the issue here?
I am using endpoint resolver and using a headless service for authservice.
Using version v3.7

However, if I move to service resolver, this works correctly and endpoints are getting correctly updated. Any workaround to make it work with endpoint resolver?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant