-
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
[E2E] Test service DNS on mutiple clusters returns diffrent IPs (Round Robin) #340
Comments
This was referenced Oct 14, 2020
We have UT for this scenario but e2e is missing and we need to add it. |
aswinsuryan
added a commit
to aswinsuryan/lighthouse
that referenced
this issue
Dec 21, 2020
Fixes : submariner-io#340 Signed-off-by: Aswin Surayanarayanan <[email protected]>
aswinsuryan
added a commit
to aswinsuryan/lighthouse
that referenced
this issue
Jan 5, 2021
Fixes : submariner-io#340 Signed-off-by: Aswin Surayanarayanan <[email protected]>
aswinsuryan
added a commit
to aswinsuryan/lighthouse
that referenced
this issue
Jan 6, 2021
Fixes : submariner-io#340 Signed-off-by: Aswin Surayanarayanan <[email protected]>
tpantelis
pushed a commit
that referenced
this issue
Jan 7, 2021
Add e2e to verify round-robin for Service discovery Fixes : #340 Signed-off-by: Aswin Surayanarayanan <[email protected]>
mangelajo
pushed a commit
to mangelajo/lighthouse
that referenced
this issue
Feb 3, 2021
Add e2e to verify round-robin for Service discovery Fixes : submariner-io#340 Signed-off-by: Aswin Surayanarayanan <[email protected]> (cherry picked from commit 2863256)
mangelajo
pushed a commit
to mangelajo/lighthouse
that referenced
this issue
Feb 3, 2021
Add e2e to verify round-robin for Service discovery Fixes : submariner-io#340 Signed-off-by: Aswin Suryanarayanan <[email protected]> (cherry picked from commit 2863256)
mangelajo
pushed a commit
that referenced
this issue
Feb 10, 2021
Add e2e to verify round-robin for Service discovery Fixes : #340 Signed-off-by: Aswin Suryanarayanan <[email protected]> (cherry picked from commit 2863256)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add test in E2E:
When exporting same service name (with same DNS) on multiple clusters - It should return a different IP each request, according to the clusterIP (and Round Robin algorithm).
Originally posted by @danibachar in https://github.com/submariner-io/lighthouse/issue_comments/703122297
The text was updated successfully, but these errors were encountered: