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

🐛 Fix two claims same name diff namespace with GlobalInClusterIPPool #137

Merged

Conversation

christianang
Copy link
Contributor

What this PR does / why we need it:

This fixes a bug where the the GlobalInClusterIPPool would fail to reconcile an ipaddress claim if there was a similarly named claim in a different namespace. The controller didn't check the namespace of existing ipaddresses and incorrectly assumed existing ipaddresses in different namespaces from the claim were owned by it.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):

when using GlobalInClusterIPPool

Co-authored-by: Edwin Xie <[email protected]>
@christianang christianang requested a review from schrej as a code owner May 2, 2023 18:38
@schrej schrej merged commit 9e7705d into kubernetes-sigs:main May 3, 2023
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.

2 participants