consul/website/content/docs/enterprise
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
..
license docs: Fix spelling errors across various pages on the site (#18533) 2023-08-21 16:23:27 +00:00
network-segments docs: Rename Consul OSS to Consul CE (#19009) 2023-09-27 09:31:28 -07:00
admin-partitions.mdx [Docs] Update admin-partitions.mdx (#18430) 2023-11-14 17:11:11 +00:00
audit-logging.mdx k8s: Update audit-logging docs to include K8s examples (#18721) 2023-09-10 11:10:28 -07:00
backups.mdx
federation.mdx
fips.mdx Propose new changes to APIgw upgrade instructions (#17693) 2023-06-27 19:35:58 +00:00
index.mdx Update enterprise features table with 1.17 features (#19558) 2023-11-07 14:30:08 -06:00
namespaces.mdx
read-scale.mdx
redundancy.mdx
upgrades.mdx