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

[loadbalancingexporter] Update k8sresolver handler to properly manage update events #36505

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dehaansa
Copy link
Contributor

Description

The load balancing exporter's k8sresolver was not handling update events properly. The callback function was being executed after cleanup of old endpoints and also after adding new endpoints. This causes exporter churn in the case of an event in which the lists contain shared elements. See the documentation for examples where the state might change but the IP Addresses would not, including the regular re-list events that might have zero changes.

Link to tracking issue

Fixes #35658
May be related to #35810 as well.

Testing

Added tests for no-change onChange call.

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

Successfully merging this pull request may close these issues.

Load-balancing exporter k8s resolver continuously invokes the OnUpdate() command in the handler
2 participants