From 055512b5c8177922e573090307cc734a6af37af1 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Fri, 27 May 2022 10:07:28 +0530 Subject: [PATCH] CSINodeExpandSecret featuregate has to be 1.25 based At present the CSINodeExpandSecret feature gate has been tagged with 1.24 in the source code comments incorrectly. This commit address the same Signed-off-by: Humble Chirammal --- pkg/features/kube_features.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index 18b51d48a54..754d960bac1 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -164,7 +164,7 @@ const ( // owner: @humblec, @zhucan // kep: http://kep.k8s.io/3171 - // alpha: v1.24 + // alpha: v1.25 // // Enables SecretRef field in CSI NodeExpandVolume request. CSINodeExpandSecret featuregate.Feature = "CSINodeExpandSecret"