mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
KEP-4033: bump to beta
Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
parent
c7e316374c
commit
1816cc7388
@ -353,6 +353,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
|
||||||
@ -1052,7 +1053,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},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user