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

Discovery SRV record syntax?

Open nicladas opened this issue 7 years ago • 0 comments

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?

nicladas avatar Jan 11 '18 03:01 nicladas