mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #106330 from verult/delegate-fsgroup-beta
DelegateFSGroupToCSIDriver feature gate to beta
This commit is contained in:
commit
8260340c61
@ -348,6 +348,7 @@ const (
|
|||||||
|
|
||||||
// owner: @gnufied, @verult
|
// owner: @gnufied, @verult
|
||||||
// alpha: v1.22
|
// alpha: v1.22
|
||||||
|
// beta: v1.23
|
||||||
// If supported by the CSI driver, delegates the role of applying FSGroup to
|
// If supported by the CSI driver, delegates the role of applying FSGroup to
|
||||||
// the driver by passing FSGroup through the NodeStageVolume and
|
// the driver by passing FSGroup through the NodeStageVolume and
|
||||||
// NodePublishVolume calls.
|
// NodePublishVolume calls.
|
||||||
@ -909,7 +910,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
PodSecurity: {Default: true, PreRelease: featuregate.Beta},
|
PodSecurity: {Default: true, PreRelease: featuregate.Beta},
|
||||||
ReadWriteOncePod: {Default: false, PreRelease: featuregate.Alpha},
|
ReadWriteOncePod: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
CSRDuration: {Default: true, PreRelease: featuregate.Beta},
|
CSRDuration: {Default: true, PreRelease: featuregate.Beta},
|
||||||
DelegateFSGroupToCSIDriver: {Default: false, PreRelease: featuregate.Alpha},
|
DelegateFSGroupToCSIDriver: {Default: true, PreRelease: featuregate.Beta},
|
||||||
KubeletInUserNamespace: {Default: false, PreRelease: featuregate.Alpha},
|
KubeletInUserNamespace: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
MemoryQoS: {Default: false, PreRelease: featuregate.Alpha},
|
MemoryQoS: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
CPUManagerPolicyOptions: {Default: true, PreRelease: featuregate.Beta},
|
CPUManagerPolicyOptions: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
Loading…
Reference in New Issue
Block a user