mesosphere-backup / etcd-mesos

self-healing etcd on mesos!
Apache License 2.0
67 stars 19 forks source link

use mesos DiscoveryInfo to cut down on the number of returned ports in mesos-dns #70

Closed spacejam closed 9 years ago

spacejam commented 9 years ago

Kubernetes-mesos is currently unable to use etcd-mesos, as the etcd proxy that will be local to the k8s components fails to parse the mesos-dns response if it is larger than 512 bytes (presumed 512, 768 failed but 112 worked). We need to cut down on the number of ports returned, which is currently 6 per etcd instance (udp, tcp * client, peer, and reseed listener).

spacejam commented 9 years ago

https://github.com/mesosphere/etcd-mesos/pull/71

jdef commented 9 years ago

71 has merged, can this be closed?

spacejam commented 9 years ago

yes!