Move MinReadySeconds out of RollingUpdateDeployment

This commit is contained in:
mqliang
2016-01-31 21:59:58 +08:00
parent ae2aece9af
commit c4a1ab42e3
13 changed files with 1105 additions and 1107 deletions

View File

@@ -399,7 +399,7 @@ at any time during the update is at most 130% of desired pods.
##### Min Ready Seconds
`.spec.strategy.rollingUpdate.minReadySeconds` is an optional field that specifies the
`.spec.minReadySeconds` is an optional field that specifies the
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).