Open yar-malik opened 8 years ago
In this link (https://mesosphere.github.io/mesos-dns/docs/tutorial.html), on the mesos-dns.json file example, please change this:
"cmd": "sudo /usr/local/mesos-dns/mesos-dns -v -config=/usr/local/mesos-dns/config.json", to "cmd": "sudo /usr/local/mesos-dns/mesos-dns -config=/usr/local/mesos-dns/config.json",
thus removing the -v option which creates errors. Took me some time to debug this.
In this link (https://mesosphere.github.io/mesos-dns/docs/tutorial.html), on the mesos-dns.json file example, please change this:
"cmd": "sudo /usr/local/mesos-dns/mesos-dns -v -config=/usr/local/mesos-dns/config.json", to "cmd": "sudo /usr/local/mesos-dns/mesos-dns -config=/usr/local/mesos-dns/config.json",
thus removing the -v option which creates errors. Took me some time to debug this.