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
Copy file name to clipboardExpand all lines: website/content/docs/enterprise/admin-partitions.mdx
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,12 @@ Only resources in the `default` admin partition will be replicated to secondary
53
53
54
54
### DNS Queries
55
55
56
-
Client agents will be configured to operate within a specific admin partition. The DNS interface will only return results for the admin partition within the scope of the client.
56
+
When queried, the DNS interface returns results for a single admin partition.
57
+
The query may explicitly specify the admin partition to use in the lookup.
58
+
If you do not specify an admin partition in the query,
59
+
the lookup uses the admin partition of the Consul agent that received the query.
60
+
Server agents always exist within the `default` admin partition.
61
+
Client agents are configured to operate within a specific admin partition.
0 commit comments