-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
use service datacenter for dns name #8704
Conversation
Ah ok, I see the issue here. The problem is that we are using the UI node's own configured datacenter to construct the DNS name, rather than the datacenter the ingress service is actually in. Since the |
43d2c08
to
6d638a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Looks like the change @crhino requested has already been done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, LGTM. Checked the TestAgent_RegisterServiceDeregisterService_Sidecar
failure locally, and it passed when I ran it.
* Use args.Datacenter instead of configured datacenter
I am pretty sure this was an oversight, it should be the service datacenter here. I did not check for the other places, but will be.