From 8009f208f08b0437d04590040469ce742253eba5 Mon Sep 17 00:00:00 2001 From: Sam Ghods Date: Fri, 26 Feb 2016 18:23:17 -0800 Subject: [PATCH] Add link in deployments doc to container probes --- docs/user-guide/deployments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/deployments.md b/docs/user-guide/deployments.md index 92434de3567..e0a5c20ea5a 100644 --- a/docs/user-guide/deployments.md +++ b/docs/user-guide/deployments.md @@ -375,6 +375,7 @@ at any time during the update is at most 130% of desired pods. minimum number of seconds for which a newly created pod should be ready without any of its containers crashing, for it to be considered available. This defaults to 0 (the pod will be considered available as soon as it is ready). +To learn more about when a pod is considered ready, see [Container Probes](pod-states.md#container-probes). ## Alternative to Deployments