Skip to content

Commit 9d05de5

Browse files
authored
Merge pull request #46284 from carlory/dev-1.31-ConsistentHTTPGetHandlers
remove feature-gate CSINodeExpandSecret
2 parents bbf95cd + 72f8423 commit 9d05de5

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

content/en/docs/reference/command-line-tools-reference/feature-gates/csi-node-expand-secret.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
---
2124
Enable passing secret authentication data to a CSI driver for use
2225
during a `NodeExpandVolume` CSI operation.

0 commit comments

Comments
 (0)