Merge pull request #104704 from Pingan2017/ttl-beta-0901

Change TTLAfterFinished state to beta in comment
This commit is contained in:
Kubernetes Prow Robot 2021-09-08 06:29:20 -07:00 committed by GitHub
commit 9ced7b4a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,6 +235,7 @@ const (
// owner: @janetkuo
// alpha: v1.12
// beta: v1.21
//
// Allow TTL controller to clean up Pods and Jobs after they finish.
TTLAfterFinished featuregate.Feature = "TTLAfterFinished"