-
Notifications
You must be signed in to change notification settings - Fork 335
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
conf(*) allow to configure DnsLookupFamily for ads_cluster of XDS server #4264
conf(*) allow to configure DnsLookupFamily for ads_cluster of XDS server #4264
Conversation
Fix #2000 Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
d874b04
to
121734b
Compare
…ly-for-ads-cluster-of-xds-host
Signed-off-by: slonka <slonka@users.noreply.github.com>
…uster-of-xds-host' of github.com:kumahq/kuma into fix/allow-to-configure-add-dns-lookup-family-for-ads-cluster-of-xds-host
Codecov Report
@@ Coverage Diff @@
## master #4264 +/- ##
==========================================
+ Coverage 55.68% 55.69% +0.01%
==========================================
Files 935 935
Lines 56401 56421 +20
==========================================
+ Hits 31405 31424 +19
- Misses 22515 22517 +2
+ Partials 2481 2480 -1
Continue to review full report at Codecov.
|
Is there no way to make it do the right thing? Figure out if v6 is enabled and use v4 otherwise fallback to v6. |
Just so I'm 100% getting this right: you want to resolve the address in |
Yes it's something that was done there for a similar problem: #3403 Actually should the bootstrap template use the configurers in |
…ly-for-ads-cluster-of-xds-host
d8500b1
to
7bec648
Compare
We picked this #4275 over this approach. |
Summary
Allow users to configure DnsLookupFamily for ads_cluster of XDS server so that there are no unnecessary DNS queries.
Full changelog
xdsHostDnsLookupFamily
field which allows to set dns lookup family if XDS host is a domainSecond approach: #4275
Issues resolved
Fix #2000
Documentation
Is there any docs on this?
Testing
Backwards compatibility
UPGRADE.md
with any steps users will need to take when upgrading.backport-to-stable
label if the code follows our backporting policy