-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Node DNS should answer PTR records for stateful sets #14400
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
Conversation
[test] |
@openshift/networking |
[test] |
1 similar comment
[test] |
@sdodson this is dependent on DNS work |
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. The concept and code seem sound.
[test] |
915a2dc
to
11f01b7
Compare
[severity:bug] |
11f01b7
to
e651574
Compare
A stateful set pod should be able to perform a PTR lookup on its IP and get its hostname (from the pod value) pointing back to its entry in the stateful set. Because multiple services can exist for a pod, we choose the oldest cached entry. This does *not* support the PTR lookup from the master due to the impact of keeping those objects in memory. We are in the process of transitioning to remove the master from the DNS chain.
e651574
to
b562284
Compare
merge as blocker? |
Waiting for changes from installer so this can be tested. |
[test] again to create new RPMs for @sdodson |
That'll persist rpms somewhere I can grab them? |
The gce job prints the URL of the repo
On Jun 21, 2017, at 1:40 PM, OpenShift Bot <[email protected]> wrote:
continuous-integration/openshift-jenkins/test Running (
https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2477/)
(Base Commit: 7461c10
<7461c10>)
(PR Branch Commit: b562284
<b562284>
)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14400 (comment)>,
or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p-b2vB_JfybSDKaCbm_PU-Wvts3Hks5sGVVkgaJpZM4NppkR>
.
|
[test] |
[test] now that everything has landed |
Evaluated for origin test up to b562284 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2966/) (Base Commit: c9f829c) (PR Branch Commit: b562284) |
Tests are green with @sdodson 's changes in, merging |
A stateful set pod should be able to perform a PTR lookup on its IP and
get its hostname (from the pod value) pointing back to its entry in the
stateful set. Because multiple services can exist for a pod, we choose
the oldest cached entry.
This does not support the PTR lookup from the master due to the impact
of keeping those objects in memory. We are in the process of
transitioning to remove the master from the DNS chain.
Fixes #13866