File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -1058,12 +1058,12 @@ persistent volume:
1058
1058
secret is required. If the object contains more than one secret, all
1059
1059
secrets are passed. When you have configured secret data for node-initiated
1060
1060
volume expansion, the kubelet passes that data via the `NodeExpandVolume()`
1061
- call to the CSI driver. In order to use the `nodeExpandSecretRef` field, your
1062
- cluster should be running Kubernetes version 1.25 or later.
1063
- * If you are running Kubernetes Version 1 .25 or 1.26, you must enable
1064
- the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
1061
+ call to the CSI driver. All supported versions of Kubernetes offer the
1062
+ ` nodeExpandSecretRef ` field, and have it available by default. Kubernetes releases
1063
+ prior to v1 .25 did not include this support.
1064
+ * Enable the [feature gate](/docs/reference/command-line-tools-reference/feature-gates-removed /)
1065
1065
named `CSINodeExpandSecret` for each kube-apiserver and for the kubelet on every
1066
- node. In Kubernetes version 1.27 this feature has been enabled by default
1066
+ node. Since Kubernetes version 1.27 this feature has been enabled by default
1067
1067
and no explicit enablement of the feature gate is required.
1068
1068
You must also be using a CSI driver that supports or requires secret data during
1069
1069
node-initiated storage resize operations.
Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ stages:
16
16
toVersion : " 1.28"
17
17
- stage : stable
18
18
defaultValue : true
19
- fromVersion : " 1.29"
19
+ fromVersion : " 1.29"
20
+ toVersion : " 1.30"
21
+
22
+ removed : true
20
23
---
21
24
Enable passing secret authentication data to a CSI driver for use
22
25
during a ` NodeExpandVolume ` CSI operation.
You can’t perform that action at this time.
0 commit comments