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

DNS record set assigned to floatingippools should resolve to assigned IPs only #30

Open
nicolas-laduguie opened this issue Feb 5, 2025 · 0 comments

Comments

@nicolas-laduguie
Copy link

At the moment, when creating a floatingippools with dnsRecordSet declared in the spec, the DNS record set gets created with all the spec.ips.
This is an issue, because even though the IP from the list is not assigned to any node, it will be part of the DNS resolution, serving the traffic to that IP, resulting in connection timeout/failure.
IMHO the DNS record set should be managed in a way that only the assigned IPs (the ones with status active) should be added to the DNS record set.
When IPs are detached (status becomes unassigned), they should be removed from the DNS resolution.

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