Merge pull request #22115 from ghodss/improve-deployment-doc

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-27 09:50:27 -08:00
commit 59745a4624

View File

@ -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 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. 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). 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 ## Alternative to Deployments