File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -158,15 +158,16 @@ source volume's mode is unknown. Support for this field can only be enabled in
158
158
159
159
# # Converting the volume mode of a Snapshot {#convert-volume-mode}
160
160
161
- This feature is only present for `VolumeSnapshots` API with version `v6.0.0` onwards. To check if your
162
- cluster has capability for this feature, run the following command :
161
+ If the `VolumeSnapshots` API installed on your cluster supports the `sourceVolumeMode`
162
+ field, then the API has the capability to prevent unauthorized users from converting
163
+ the mode of a volume.
164
+
165
+ To check if your cluster has capability for this feature, run the following command :
163
166
164
167
` ` ` yaml
165
168
$ kubectl get crd volumesnapshotcontent -o yaml
166
169
` ` `
167
170
168
- If a field called `sourceVolumeMode` is present in the output, then the API supports this feature.
169
-
170
171
If you want to allow users to create a `PersistentVolumeClaim` from an existing
171
172
` VolumeSnapshot` , but with a different volume mode than the source, the annotation
172
173
`snapshot.storage.kubernetes.io/allowVolumeModeChange : " true" ` needs to be added to
You can’t perform that action at this time.
0 commit comments