-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Egress DNS: Get lowest TTL from the dns resolution chain #19982
Egress DNS: Get lowest TTL from the dns resolution chain #19982
Conversation
@openshift/sig-networking @knobunc PTAL |
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
Thanks Ravi.
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
5 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
- Currently, we consider minTTL as lowest TTL among all available dns 'A' records and TTL for CNAME recs are ignored. This change will get lowest TTL for the entire chain irrespective of the dns record type.
509d8b9
to
fc18c00
Compare
- Noticed 2 seconds was not enough in some cases.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danwinship, knobunc, pravisankar The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
2 similar comments
/retest |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
'A' records and TTL for CNAME recs are ignored. This change will get
lowest TTL for the entire chain irrespective of the dns record type.
Related bug: https://bugzilla.redhat.com/show_bug.cgi?id=1575583