-
Notifications
You must be signed in to change notification settings - Fork 36
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
When a service is available in multiple clusters, DNS apparently only returns one #235
Comments
@skitt @mangelajo @nyechiel This should be fixed via the following right - #114 |
Yes, it should! |
#114 is merged, ready for testing |
@skitt Can you tell me how to reproduce ? @tpantelis maybe we should add this test to E2E ? |
@manosnoam make a service available in two clusters, and check that looking it up in DNS returns both IP addresses. |
@manosnoam Just to clarify - Each DNS query (i.e dig) should return a different IP (i.e each time a different clusterIP). |
Opened test request: |
In a setup with two clusters, both exporting the same service, the imports are synchronised:
(on the broker cluster) but
dig
only ever returns one of the IP addresses — the first one to be exported in this case.The text was updated successfully, but these errors were encountered: