From cb770fa67d6d0dd38641674c108d99f5914f08b4 Mon Sep 17 00:00:00 2001 From: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:56:30 -0400 Subject: [PATCH] Update website/content/docs/enterprise/admin-partitions.mdx --- website/content/docs/enterprise/admin-partitions.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/enterprise/admin-partitions.mdx b/website/content/docs/enterprise/admin-partitions.mdx index 9d5a073e99..74f7d64f01 100644 --- a/website/content/docs/enterprise/admin-partitions.mdx +++ b/website/content/docs/enterprise/admin-partitions.mdx @@ -53,10 +53,10 @@ Only resources in the `default` admin partition will be replicated to secondary ### DNS Queries -The DNS interface returns results for a single admin partition. +When queried, the DNS interface returns results for a single admin partition. The query may explicitly specify the admin partition to use in the lookup. -If no admin partition is specified in the query, -the lookup uses the admin partition of the Consul agent acting as the DNS server. +If you do not specify an admin partition in the query, +the lookup uses the admin partition of the Consul agent that received the query. Server agents always exist within the `default` admin partition. Client agents are configured to operate within a specific admin partition.