@@ -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},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user