amend the readiness probes (#3031)

correct the url
This commit is contained in:
jianglingxia
2017-03-29 01:34:56 +08:00
committed by Andrew Chen
parent cd91dac59e
commit 6c3971d9f4
+1 -1
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)