Closed drewkerrigan closed 7 years ago
@jdef PTAL.
re: "ipv4 is preferred in several places to ipv6 - why?"
re: "also, what's up with the flapping mesos-go deps?"
records/state/upid
with the fixed Parse
function. We should eventually get mesos-go updated though. I also noticed you already had another PR to update mesos-go to the new api/v0 (https://github.com/mesosphere/mesos-dns/pull/496).re: "in the future it would be great to have a more well-structured commit stream to simplify the review process"
@jdef PTAL, I made some minor updates to the docs and addressed the other comments.
@jdef @urbanserj ping - updated the description with steps to test it out if you're interested.
@jdef yes we'll add integration tests with the related DC/OS PR
Get DC/OS with IPv6
Start a new DC/OS cluster with this image:
Replace existing Mesos-DNS
On each master, update Mesos-DNS config:
In /opt/mesosphere/etc/mesos-dns.json:
Change
"IPSources": ["host", "netinfo"],
->"IPSources": ["netinfo", "host"],
Then get the new mesos-dns with the following commands:
Create a test app on
dcos6
networkTest the changes