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

Check if the external IP of the service needs to be updated #135

Merged
merged 10 commits into from
Apr 19, 2024

Conversation

backguynn
Copy link
Collaborator

When updating the external IP of the service failed, there was a problem in which the deallocateOnFailure code was continuously called.

To prevent the above situation, kube-loxilb must check whether the external IP of the service needs to be updated.

The modified code compares the external IP of the service with the IP assigned to ingSvcPair.
So, it prevents situations like the above.

@UltraInstinct14 UltraInstinct14 merged commit deefd9b into loxilb-io:main Apr 19, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants