@@ -1218,16 +1218,28 @@ persistent volume:
1218
1218
` ControllerPublishVolume` and `ControllerUnpublishVolume` calls. This field is
1219
1219
optional, and may be empty if no secret is required. If the Secret
1220
1220
contains more than one secret, all secrets are passed.
1221
- * `nodeStageSecretRef`: A reference to the secret object containing
1222
- sensitive information to pass to the CSI driver to complete the CSI
1223
- ` NodeStageVolume` call. This field is optional, and may be empty if no secret
1224
- is required. If the Secret contains more than one secret, all secrets
1225
- are passed.
1221
+ `nodeExpandSecretRef` : A reference to the secret containing sensitive
1222
+ information to pass to the CSI driver to complete the CSI
1223
+ ` NodeExpandVolume` call. This field is optional, and may be empty if no
1224
+ secret is required. If the object contains more than one secret, all
1225
+ secrets are passed. When you have configured secret data for node-initiated
1226
+ volume expansion, the kubelet passes that data via the `NodeExpandVolume()`
1227
+ call to the CSI driver. In order to use the `nodeExpandSecretRef` field, your
1228
+ cluster should be running Kubernetes version 1.25 or later and you must enable
1229
+ the [feature gate](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/)
1230
+ named `CSINodeExpandSecret` for each kube-apiserver and for the kubelet on every
1231
+ node. You must also be using a CSI driver that supports or requires secret data during
1232
+ node-initiated storage resize operations.
1226
1233
* `nodePublishSecretRef`: A reference to the secret object containing
1227
1234
sensitive information to pass to the CSI driver to complete the CSI
1228
1235
` NodePublishVolume` call. This field is optional, and may be empty if no
1229
1236
secret is required. If the secret object contains more than one secret, all
1230
1237
secrets are passed.
1238
+ * `nodeStageSecretRef`: A reference to the secret object containing
1239
+ sensitive information to pass to the CSI driver to complete the CSI
1240
+ ` NodeStageVolume` call. This field is optional, and may be empty if no secret
1241
+ is required. If the Secret contains more than one secret, all secrets
1242
+ are passed.
1231
1243
1232
1244
# ### CSI raw block volume support
1233
1245
0 commit comments