Browse Source

Update wording of partition format section

pull/11838/head
Kyle Havlovitz 3 years ago committed by GitHub
parent
commit
b40e7da006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      website/content/docs/discovery/dns.mdx

7
website/content/docs/discovery/dns.mdx

@ -358,14 +358,15 @@ resolve services within the `default` namespace and partition. However, for reso
services from other namespaces or partitions the following form can be used: services from other namespaces or partitions the following form can be used:
```text ```text
[tag.]<service>.service[.<namespace>.ns][.<partition>.ap][.<datacenter>.dc].<domain> [tag.]<service>.service.<namespace>.ns.<partition>.ap.<datacenter>.dc.<domain>
``` ```
This is the canonical name of a Consul Enterprise service. Currently all parts must be This is the canonical name of a Consul Enterprise service. Currently all parts must be
present - in a future version (once the present - in a future version (once the
[`prefer_namespace` configuration](/docs/agent/options#dns_prefer_namespace) has been [`prefer_namespace` configuration](/docs/agent/options#dns_prefer_namespace) has been
deprecated), these may be individually omitted to default to the `default` deprecated), the namespace, partition and datacenter components will become optional
namespace, local partition or local datacenter respectively. and may be individually omitted to default to the `default` namespace, local partition
or local datacenter respectively.
## DNS with ACLs ## DNS with ACLs

Loading…
Cancel
Save