Skip to content

Commit

Permalink
promote CSINodeExpandSecret feature to Beta
Browse files Browse the repository at this point in the history
This commit flip the feature gate of `CSINodeExpandSecret` to Beta
and default ON.
Reference:
kubernetes/enhancements#3107
kubernetes/enhancements#3531

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
  • Loading branch information
humblec committed Feb 8, 2023
1 parent ef56451 commit 732b6e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ const (
// owner: @humblec, @zhucan
// kep: http://kep.k8s.io/3171
// alpha: v1.25
// beta: v1.27
//
// Enables SecretRef field in CSI NodeExpandVolume request.
CSINodeExpandSecret featuregate.Feature = "CSINodeExpandSecret"
Expand Down Expand Up @@ -837,7 +838,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

CSIMigrationvSphere: {Default: true, PreRelease: featuregate.Beta},

CSINodeExpandSecret: {Default: false, PreRelease: featuregate.Alpha},
CSINodeExpandSecret: {Default: true, PreRelease: featuregate.Beta},

CSIStorageCapacity: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.26

Expand Down

0 comments on commit 732b6e3

Please sign in to comment.