From d4f02d6d8c1afa3c82a4d230101c5091cdd49703 Mon Sep 17 00:00:00 2001 From: RichieEscarez Date: Tue, 4 May 2021 14:33:03 -0700 Subject: [PATCH] Update the default value --- docs/serving/services/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/services/deployment.md b/docs/serving/services/deployment.md index ddb3e492196..e8d339c1b46 100644 --- a/docs/serving/services/deployment.md +++ b/docs/serving/services/deployment.md @@ -19,7 +19,7 @@ kubectl get configmap -n knative-serving config-deployment -oyaml ## Configuring progress deadlines Configuring progress deadline settings allows you to specify the maximum time, either in seconds or minutes, that you will wait for your Deployment to progress before the system reports back that the Deployment has failed progressing for the Knative Revision. -By default, this value is set to 120 seconds. +By default, this value is set to 600 seconds. The value is expressed as a Go `time.Duration` string representation, but must be rounded to a second precision. The Knative Autoscaler component scales the revision to 0, and the Knative service enters a terminal `Failed` state, if the initial scale cannot be achieved within the time limit defined by this setting.