mesos-dns icon indicating copy to clipboard operation
mesos-dns copied to clipboard

DNS-based service discovery for Mesos.

Results 81 mesos-dns issues
Sort by recently updated
recently updated
newest added

We added NetInfo to IPSources in 0.4, which allows Mesos-DNS to pull A record information from the "NetworkInfo" field in state.json. In our understanding this was only to be used...

techdebt

Related to: https://github.com/mesosphere/mesos-dns/pull/399 We need to remove the lines: ``` // LEGACY TODO: REMOVE ctx.taskName = task.DiscoveryInfo.Name rg.taskContextRecord(ctx, task, f, domain, spec) // LEGACY, TODO: REMOVE ```

techdebt

This is a continuation of a conversation back at the end of January in which we discussed how the the real magic of mesos-dns is its records generator that parses...

enhancement

We have a bunch of structures that are exposed via our HTTP API. We should probably break these out into a separate package, in case we want to enable simple...

techdebt

Hello, I've used marathon+mesos-dns+calico in a PoC with good results, however when the calico was configured as a docker network plugins and also, a healthchecks marathon was configured mesos-dns ignore...

bug
integration/mesos

This https://github.com/mesosphere/mesos-dns/blob/883e8ace58008d18f35bca878175212eea5b6b1f/records/generator.go#L209 is not respecting that `192.168.65.0/24,.dcos` is in the no_proxy environment variable. ``` log Apr 27 13:42:31 m1.dcos mesos-dns[22503]: ERROR: 2016/04/27 13:42:31 generator.go:211: Get http://192.168.65.90:5050/master/state.json: http: error connecting to...

bug
integration/golang

We've been running mesos-dns successfully for a while, however earlier today it died, then later on it was starting to become flakey. The logs showed: ``` ERROR: 2016/04/26 13:02:02 exchanger.go:45:...

stability

There are lots of commits on master since the last release in September 2016. Would you please consider making a new release?

question

DCOS 1.7 / Mesos-DNS v0.5.2 I have a DCOS service called myservice exposing 2 ports and from another container I need to retrieve these ports. I use this curl call...

enhancement

I could be mistaken on this, but it seems that if a service responds with `application/json`, it should be okay with an Accept header telling it that's what it would...

bug