Skip to content

Commit 77f4178

Browse files
humbleczhucan
authored andcommitted
Promote CSINodeExpandSecret to GA
This feature is in Beta since 1.27 and this has been promoted to GA in this release. KEP: kubernetes/enhancements#4239 Signed-off-by: Humble Chirammal <[email protected]>
1 parent a8b7e19 commit 77f4178

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/features/kube_features.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const (
163163
// kep: https://kep.k8s.io/3171
164164
// alpha: v1.25
165165
// beta: v1.27
166-
//
166+
// GA: 1.29
167167
// Enables SecretRef field in CSI NodeExpandVolume request.
168168
CSINodeExpandSecret featuregate.Feature = "CSINodeExpandSecret"
169169

@@ -1006,7 +1006,9 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
10061006

10071007
CSIMigrationRBD: {Default: false, PreRelease: featuregate.Deprecated}, // deprecated in 1.28, remove in 1.31
10081008

1009-
CSINodeExpandSecret: {Default: true, PreRelease: featuregate.Beta},
1009+
CSIMigrationvSphere: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.29
1010+
1011+
CSINodeExpandSecret: {Default: true, PreRelease: featuregate.GA},
10101012

10111013
CSIVolumeHealth: {Default: false, PreRelease: featuregate.Alpha},
10121014

0 commit comments

Comments
 (0)