File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
reference/command-line-tools-reference Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1228,6 +1228,18 @@ persistent volume:
1228
1228
` NodePublishVolume` call. This field is optional, and may be empty if no
1229
1229
secret is required. If the secret object contains more than one secret, all
1230
1230
secrets are passed.
1231
+ `nodeExpandSecretRef` : A reference to the secret containing sensitive
1232
+ information to pass to the CSI driver to complete the CSI
1233
+ ` NodeExpandVolume` call. This field is optional, and may be empty if no
1234
+ secret is required. If the object contains more than one secret, all
1235
+ secrets are passed. When you have configured secret data for node-initiated
1236
+ volume expansion, the kubelet passes that data via the `NodeExpandVolume()`
1237
+ call to the CSI driver. In order to use the `nodeExpandSecretRef` field, your
1238
+ cluster should be running Kubernetes version 1.25 or later and you must enable
1239
+ the [feature gate](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/)
1240
+ named `CSINodeExpandSecret` for each kube-apiserver and for the kubelet on every
1241
+ node. You must also be using a CSI driver that supports or requires secret data during
1242
+ node-initiated storage resize operations.
1231
1243
1232
1244
# ### CSI raw block volume support
1233
1245
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ different Kubernetes components.
86
86
| ` CSIMigrationvSphere ` | ` false ` | Beta | 1.19 | |
87
87
| ` CSIMigrationPortworx ` | ` false ` | Alpha | 1.23 | |
88
88
| ` csiMigrationRBD ` | ` false ` | Alpha | 1.23 | |
89
+ | ` CSINodeExpandSecret ` | ` false ` | Alpha | 1.25 | |
89
90
| ` CSIVolumeHealth ` | ` false ` | Alpha | 1.21 | |
90
91
| ` ContextualLogging ` | ` false ` | Alpha | 1.24 | |
91
92
| ` CustomCPUCFSQuotaPeriod ` | ` false ` | Alpha | 1.12 | |
You can’t perform that action at this time.
0 commit comments