From 6c3971d9f4b8ec80ff06f75425869b65a3de974e Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Wed, 29 Mar 2017 01:34:56 +0800 Subject: [PATCH] amend the readiness probes (#3031) correct the url --- docs/user-guide/services/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/services/index.md b/docs/user-guide/services/index.md index cd9303bd33..e2890df2cd 100644 --- a/docs/user-guide/services/index.md +++ b/docs/user-guide/services/index.md @@ -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)