From 02c43d28cfcfbd2c86cb1715ea4c4d1f34633d32 Mon Sep 17 00:00:00 2001 From: Raunak Pradip Shah Date: Wed, 20 Apr 2022 01:42:46 +0530 Subject: [PATCH] Remove v6 reference --- content/en/docs/concepts/storage/volume-snapshots.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/concepts/storage/volume-snapshots.md b/content/en/docs/concepts/storage/volume-snapshots.md index b39e5a74d4..0b4d2c2f2b 100644 --- a/content/en/docs/concepts/storage/volume-snapshots.md +++ b/content/en/docs/concepts/storage/volume-snapshots.md @@ -153,8 +153,7 @@ spec: `sourceVolumeMode` is the mode of the volume whose snapshot is taken. The value of the `sourceVolumeMode` field can be either `Filesystem` or `Block`. If the source volume mode is not specified, Kubernetes treats the snapshot as if the -source volume's mode is unknown. Support for this field can only be enabled in -`VolumeSnapshot` API v6.0.0 and higher. Visit the [VolumeSnapshot Release page](https://github.com/kubernetes-csi/external-snapshotter/releases) for more information. +source volume's mode is unknown. ## Converting the volume mode of a Snapshot {#convert-volume-mode}