Fix the container name of kube-dns (healthz -> sidecar). (#8175)
Signed-off-by: William Zhang <warmchang@outlook.com>pull/8200/head
parent
0345c22c1e
commit
cd5d47a6ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue