consul/website/content/docs
am-ak c835c90c0b
[Docs] Update admin-partitions.mdx (#18430)
* [Docs] Update admin-partitions.mdx

Adding a note on DNS queries requiring the presence of a Consul Client in the Admin partition

The consul-dns endpoints are the consul clients and servers as seen In the Helm chart consul/templates/dns-service.yaml
  selector:
    app: {{ template "consul.name" . }}
    release: "{{ .Release.Name }}"
    hasDNS: "true"

all components have the first two labels for app and release but only consul clients and servers have the last one hasDNS so it will only match clients AND servers
grep hasDNS ./* 2> /dev/null
./client-daemonset.yaml:      hasDNS: "true"
./dns-service.yaml:    hasDNS: "true"
./server-statefulset.yaml:        hasDNS: "true"

* Update website/content/docs/enterprise/admin-partitions.mdx

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>

---------

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2023-11-14 17:11:11 +00:00
..
agent DNS token doc updates (#19592) 2023-11-13 12:51:49 -07:00
architecture docs: Multi-port support for v1.17 GA (#19401) 2023-11-07 14:23:34 -08:00
concepts docs: Replace unicode quotes with ASCII quotes (#18950) 2023-09-21 15:17:14 -07:00
connect docs: Fix nav link for L7 traffic (#19606) 2023-11-10 22:05:35 +00:00
consul-vs-other docs: Fix spelling errors across various pages on the site (#18533) 2023-08-21 16:23:27 +00:00
dynamic-app-config docs: Fix invalid JSON in code examples (#18932) 2023-09-21 11:35:16 -07:00
ecs reformatted the JSON schema server conf ref (#19288) 2023-10-19 08:24:17 -07:00
enterprise [Docs] Update admin-partitions.mdx (#18430) 2023-11-14 17:11:11 +00:00
guides docs: consistently name Consul service mesh (#17222) 2023-05-05 13:41:40 -04:00
install Fix parts of admin-partitions guide (#19621) 2023-11-14 09:41:31 -05:00
integrate docs: Rename Consul OSS to Consul CE (#19009) 2023-09-27 09:31:28 -07:00
internals Docs/ce 470 locality aware (#19071) 2023-10-06 12:48:05 -07:00
intro docs: Rename Consul OSS to Consul CE (#19009) 2023-09-27 09:31:28 -07:00
k8s [NET-6232] docs: Update consul-k8s Helm chart docs (#19577) 2023-11-13 16:03:58 -05:00
lambda docs: Rename Consul OSS to Consul CE (#19009) 2023-09-27 09:31:28 -07:00
nia docs: Rename Consul OSS to Consul CE (#19009) 2023-09-27 09:31:28 -07:00
release-notes added 1.17 features to enterprise overview (#19514) 2023-11-06 13:55:14 -08:00
security DNS token doc updates (#19592) 2023-11-13 12:51:49 -07:00
services [NET-5916] Update locality-aware routing docs (#19529) 2023-11-06 15:03:47 -05:00
troubleshoot docs: Simplify example jq commands by removing pipes (#18327) 2023-07-31 21:01:39 +00:00
upgrading [NET-5327] Templated policies api/cli docs (#19270) 2023-10-23 11:41:24 +00:00
index.mdx docs: Migrate link formats (#15976) 2023-01-25 08:52:43 -08:00