mirror of https://github.com/status-im/consul.git
c835c90c0b
* [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> |
||
---|---|---|
.. | ||
agent | ||
architecture | ||
concepts | ||
connect | ||
consul-vs-other | ||
dynamic-app-config | ||
ecs | ||
enterprise | ||
guides | ||
install | ||
integrate | ||
internals | ||
intro | ||
k8s | ||
lambda | ||
nia | ||
release-notes | ||
security | ||
services | ||
troubleshoot | ||
upgrading | ||
index.mdx |