From cd5d47a6ad75fd72ba8e9100ab67916c6d5ad165 Mon Sep 17 00:00:00 2001 From: William Zhang Date: Fri, 27 Apr 2018 01:50:03 +0800 Subject: [PATCH] Fix the container name of kube-dns (healthz -> sidecar). (#8175) Signed-off-by: William Zhang --- docs/tasks/administer-cluster/dns-custom-nameservers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/dns-custom-nameservers.md b/docs/tasks/administer-cluster/dns-custom-nameservers.md index b60f05794e..4cca3741ea 100644 --- a/docs/tasks/administer-cluster/dns-custom-nameservers.md +++ b/docs/tasks/administer-cluster/dns-custom-nameservers.md @@ -30,7 +30,7 @@ The running Kubernetes DNS pod holds 3 containers: in Services and Endpoints, and maintains in-memory lookup structures to serve DNS requests. - "`dnsmasq`": The `dnsmasq` container adds DNS caching to improve performance. -- "`healthz`": The `healthz` container provides a single health check endpoint +- "`sidecar`": The `sidecar` container provides a single health check endpoint while performing dual healthchecks (for `dnsmasq` and `kubedns`). The DNS pod is exposed as a Kubernetes Service with a static IP. Once assigned