mesosphere-backup / etcd-mesos

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

Discovery SRV record syntax? #126

Open nicladas opened 6 years ago

nicladas commented 6 years ago

I'm attempting to use Vault with mesos-etcd as the storage backend, and I can't seem to get it to connect using discovery_srv. Vault looks for _etcd-client._tcp.etcd.mesos and mesos-dns has entries for _etcd-server._client.etcd.mesos as stated in the README.

The pattern Vault looks for follows the documentation: https://coreos.com/etcd/docs/latest/op-guide/clustering.html#dns-discovery

To help clients discover the etcd cluster, the following DNS SRV records are looked up in the listed order:

_etcd-client._tcp.example.com _etcd-client-ssl._tcp.example.com

Maybe I'm missing something?