Skip to content

Commit fc71de9

Browse files
authored
Merge pull request #20549 from fuxingloh/patch-1
Added missing default value to Progress Deadline Seconds
2 parents 1e206f2 + ddfa877 commit fc71de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ total number of Pods running at any time during the update is at most 130% of de
11171117
to wait for your Deployment to progress before the system reports back that the Deployment has
11181118
[failed progressing](#failed-deployment) - surfaced as a condition with `Type=Progressing`, `Status=False`.
11191119
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
11211121
controller will roll back a Deployment as soon as it observes such a condition.
11221122
11231123
If specified, this field needs to be greater than `.spec.minReadySeconds`.

0 commit comments

Comments
 (0)