You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following test case.
Given service redis registered with tag master on DC1 datacenter we can query it using:
host redis.service.consul.
or host master.redis.service.dc1.consul.
however this one fails host master.redis.service.consul.
Documentation found https://www.consul.io/docs/agent/dns.html specifies that both tags and datacenter are optional. I'm not really sure it is problem with our setup, it is a bug or this behaviour is intentional.
Version of Consul we are using: Consul v0.6.1
The text was updated successfully, but these errors were encountered:
I have the following test case.
Given service
redis
registered with tagmaster
onDC1
datacenter we can query it using:host redis.service.consul.
or
host master.redis.service.dc1.consul.
however this one fails
host master.redis.service.consul.
Documentation found https://www.consul.io/docs/agent/dns.html specifies that both tags and datacenter are optional. I'm not really sure it is problem with our setup, it is a bug or this behaviour is intentional.
Version of Consul we are using:
Consul v0.6.1
The text was updated successfully, but these errors were encountered: