amend the readiness probes (#3031)

correct the url
pull/3045/head^2
jianglingxia 2017-03-29 01:34:56 +08:00 committed by Andrew Chen
parent cd91dac59e
commit 6c3971d9f4
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ knowing anything about Kubernetes or `Services` or `Pods`. This should be
faster and more reliable than the userspace proxy. However, unlike the
userspace proxier, the iptables proxier cannot automatically retry another
`Pod` if the one it initially selects does not respond, so it depends on
having working [readiness probes](/docs/user-guide/production-pods/#liveness-and-readiness-probes-aka-health-checks).
having working [readiness probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#defining-readiness-probes).
![Services overview diagram for iptables proxy](/images/docs/services-iptables-overview.svg)