Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Generate correct SOA and NS records #296

Merged
merged 1 commit into from
Oct 5, 2015
Merged

Generate correct SOA and NS records #296

merged 1 commit into from
Oct 5, 2015

Conversation

tsenart
Copy link
Contributor

@tsenart tsenart commented Oct 2, 2015

The SOAMname and SOARname were switched around in a few places which
caused SOA and NS records to be wrong.

Fixes #295

The SOAMname and SOARname were switched around in a few places which
caused SOA and NS records to be wrong.

Fixes #295
@tsenart
Copy link
Contributor Author

tsenart commented Oct 2, 2015

Note to self: Update the gh-pages branch with the doc changes after this is merged.

@tsenart tsenart assigned sttts and unassigned jdef Oct 5, 2015
@sttts
Copy link
Contributor

sttts commented Oct 5, 2015

As far as I understand the matter, it lgtm

@@ -9,8 +9,8 @@
"resolvers": ["8.8.8.8"],
"timeout": 5,
"listener": "0.0.0.0",
"SOAMname": "root.ns1.mesos",
"SOARname": "ns1.mesos",
"SOAMname": "ns1.mesos",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we specify a sample name that's fully qualified? (ends in a dot)

e.g. ns1.mesos.

@jdef
Copy link
Contributor

jdef commented Oct 5, 2015

/cc @karlkfi : could this be related to the flakiness that you're seeing?

@karlkfi
Copy link
Contributor

karlkfi commented Oct 5, 2015

@jdef I don't know enough about SOAs or DNS zones to answer that. But I have documented the symptoms here for the time being: kubernetes/kubernetes#14394 (comment)

@tsenart tsenart merged commit ba19f2d into master Oct 5, 2015
@tsenart tsenart removed the PTAL label Oct 5, 2015
@tsenart tsenart deleted the fix-295 branch October 5, 2015 20:21
@tsenart tsenart mentioned this pull request Oct 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants