Skip to content

Commit 72f8423

Browse files
committed
remove feature-gate CSINodeExpandSecret
1 parent d0d907c commit 72f8423

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
@@ -1058,12 +1058,12 @@ persistent volume:
10581058
secret is required. If the object contains more than one secret, all
10591059
secrets are passed. When you have configured secret data for node-initiated
10601060
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/)
10651065
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
10671067
and no explicit enablement of the feature gate is required.
10681068
You must also be using a CSI driver that supports or requires secret data during
10691069
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)