You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added MaxDurationSeconds (#12322) because the behaviour of
RevisionSpec.Timeout changed from total duration to time to first byte.
In hindsight changing the behaviour of Timeout was a mistake since
it goes against the original specification.
Thus we're going to create a path for migration and the first part is
to remove MaxDurationSeconds from the RevisionSpec.
Copy file name to clipboardExpand all lines: config/core/300-resources/configuration.yaml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -474,10 +474,6 @@ spec:
474
474
name:
475
475
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
476
476
type: string
477
-
maxDurationSeconds:
478
-
description: MaxDurationSeconds is the maximum duration in seconds a request will be allowed to stay open.
479
-
type: integer
480
-
format: int64
481
477
serviceAccountName:
482
478
description: 'ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/'
Copy file name to clipboardExpand all lines: config/core/300-resources/revision.yaml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -453,10 +453,6 @@ spec:
453
453
name:
454
454
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
455
455
type: string
456
-
maxDurationSeconds:
457
-
description: MaxDurationSeconds is the maximum duration in seconds a request will be allowed to stay open.
458
-
type: integer
459
-
format: int64
460
456
serviceAccountName:
461
457
description: 'ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/'
Copy file name to clipboardExpand all lines: config/core/300-resources/service.yaml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -478,10 +478,6 @@ spec:
478
478
name:
479
479
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?'
480
480
type: string
481
-
maxDurationSeconds:
482
-
description: MaxDurationSeconds is the maximum duration in seconds a request will be allowed to stay open.
483
-
type: integer
484
-
format: int64
485
481
serviceAccountName:
486
482
description: 'ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/'
0 commit comments