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 @@ -1008,12 +1008,12 @@ persistent volume:
10081008 secret is required. If the object contains more than one secret, all
10091009 secrets are passed. When you have configured secret data for node-initiated
10101010 volume expansion, the kubelet passes that data via the `NodeExpandVolume()`
1011- call to the CSI driver. In order to use the `nodeExpandSecretRef` field, your
1012- cluster should be running Kubernetes version 1.25 or later.
1013- * If you are running Kubernetes Version 1 .25 or 1.26, you must enable
1014- the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
1011+ call to the CSI driver. All supported versions of Kubernetes offer the
1012+ ` nodeExpandSecretRef ` field, and have it available by default. Kubernetes releases
1013+ prior to v1 .25 did not include this support.
1014+ * Enable the [feature gate](/docs/reference/command-line-tools-reference/feature-gates-removed /)
10151015 named `CSINodeExpandSecret` for each kube-apiserver and for the kubelet on every
1016- node. In Kubernetes version 1.27 this feature has been enabled by default
1016+ node. Since Kubernetes version 1.27 this feature has been enabled by default
10171017 and no explicit enablement of the feature gate is required.
10181018 You must also be using a CSI driver that supports or requires secret data during
10191019 node-initiated storage resize operations.
Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ stages:
1616 toVersion : " 1.28"
1717 - stage : stable
1818 defaultValue : true
19- fromVersion : " 1.29"
19+ fromVersion : " 1.29"
20+ toVersion : " 1.30"
21+
22+ removed : true
2023---
2124Enable passing secret authentication data to a CSI driver for use
2225 during a ` NodeExpandVolume ` CSI operation.
You can’t perform that action at this time.
0 commit comments