Graduate JobTrackingWithFinalizers to beta

Enable feature by default.

Update integration tests for other features to assume that finalizers are present.

Change-Id: Ie969344f572627dba882c0e862e5700dadaf3026
This commit is contained in:
Aldo Culquicondor
2021-10-14 16:35:15 -04:00
parent c2bff66b95
commit 2c1b3fdb5b
7 changed files with 16 additions and 12 deletions

View File

@@ -274,8 +274,9 @@ type JobStatus struct {
// (3) Remove the pod UID from the array while increasing the corresponding
// counter.
//
// This field is alpha-level. The job controller only makes use of this field
// when the feature gate JobTrackingWithFinalizers is enabled.
// This field is beta-level. The job controller only makes use of this field
// when the feature gate JobTrackingWithFinalizers is enabled (enabled
// by default).
// Old jobs might not be tracked using this field, in which case the field
// remains null.
// +optional