mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +00:00
Move MinReadySeconds out of RollingUpdateDeployment
This commit is contained in:
@@ -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).
|
||||
|
Reference in New Issue
Block a user