Merge pull request #125828 from haircommander/4033-beta

KEP-4033: fulfill beta criteria
This commit is contained in:
Kubernetes Prow Robot 2024-07-15 14:15:10 -07:00 committed by GitHub
commit e785ef8d21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -362,6 +362,7 @@ const (
// owner: @marquiz // owner: @marquiz
// kep: http://kep.k8s.io/4033 // kep: http://kep.k8s.io/4033
// alpha: v1.28 // alpha: v1.28
// beta: v1.31
// //
// Enable detection of the kubelet cgroup driver configuration option from // Enable detection of the kubelet cgroup driver configuration option from
// the CRI. The CRI runtime also needs to support this feature in which // the CRI. The CRI runtime also needs to support this feature in which
@ -1068,7 +1069,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
JobSuccessPolicy: {Default: false, PreRelease: featuregate.Alpha}, JobSuccessPolicy: {Default: false, PreRelease: featuregate.Alpha},
KubeletCgroupDriverFromCRI: {Default: false, PreRelease: featuregate.Alpha}, KubeletCgroupDriverFromCRI: {Default: true, PreRelease: featuregate.Beta},
KubeletInUserNamespace: {Default: false, PreRelease: featuregate.Alpha}, KubeletInUserNamespace: {Default: false, PreRelease: featuregate.Alpha},