Fix the container name of kube-dns (healthz -> sidecar). (#8175)

Signed-off-by: William Zhang <warmchang@outlook.com>
pull/8200/head
William Zhang 2018-04-27 01:50:03 +08:00 committed by k8s-ci-robot
parent 0345c22c1e
commit cd5d47a6ad
1 changed files with 1 additions and 1 deletions

View File

@ -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