File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1117,7 +1117,7 @@ total number of Pods running at any time during the update is at most 130% of de
1117
1117
to wait for your Deployment to progress before the system reports back that the Deployment has
1118
1118
[failed progressing](#failed-deployment) - surfaced as a condition with `Type=Progressing`, `Status=False`.
1119
1119
and `Reason=ProgressDeadlineExceeded` in the status of the resource. The Deployment controller will keep
1120
- retrying the Deployment. In the future, once automatic rollback will be implemented, the Deployment
1120
+ retrying the Deployment. This defaults to 600. In the future, once automatic rollback will be implemented, the Deployment
1121
1121
controller will roll back a Deployment as soon as it observes such a condition.
1122
1122
1123
1123
If specified, this field needs to be greater than `.spec.minReadySeconds`.
You can’t perform that action at this time.
0 commit comments