Merge pull request #20549 from fuxingloh/patch-1

Added missing default value to Progress Deadline Seconds
pull/19999/head^2
Kubernetes Prow Robot 2020-04-25 18:05:28 -07:00 committed by GitHub
commit fc71de9600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1117,7 +1117,7 @@ total number of Pods running at any time during the update is at most 130% of de
to wait for your Deployment to progress before the system reports back that the Deployment has
[failed progressing](#failed-deployment) - surfaced as a condition with `Type=Progressing`, `Status=False`.
and `Reason=ProgressDeadlineExceeded` in the status of the resource. The Deployment controller will keep
retrying the Deployment. In the future, once automatic rollback will be implemented, the Deployment
retrying the Deployment. This defaults to 600. In the future, once automatic rollback will be implemented, the Deployment
controller will roll back a Deployment as soon as it observes such a condition.
If specified, this field needs to be greater than `.spec.minReadySeconds`.