Skip to content

Commit 66a1911

Browse files
committed
Remove v6 reference
1 parent 5a1479b commit 66a1911

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/en/docs/concepts/storage/volume-snapshots.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,16 @@ source volume's mode is unknown. Support for this field can only be enabled in
158158

159159
## Converting the volume mode of a Snapshot {#convert-volume-mode}
160160

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:
163166

164167
```yaml
165168
$ kubectl get crd volumesnapshotcontent -o yaml
166169
```
167170

168-
If a field called `sourceVolumeMode` is present in the output, then the API supports this feature.
169-
170171
If you want to allow users to create a `PersistentVolumeClaim` from an existing
171172
`VolumeSnapshot`, but with a different volume mode than the source, the annotation
172173
`snapshot.storage.kubernetes.io/allowVolumeModeChange: "true"`needs to be added to

0 commit comments

Comments
 (0)