Skip to content

Commit 008db23

Browse files
authored
Merge pull request #36407 from johnlinp/add-note-pre-provisioned-snapshot
Add a note on the pre-provisioned snapshot scenario
2 parents 73aaba9 + 190cc36 commit 008db23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ of the `sourceVolumeMode` field can be either `Filesystem` or `Block`. If the
155155
source volume mode is not specified, Kubernetes treats the snapshot as if the
156156
source volume's mode is unknown.
157157

158+
`volumeSnapshotRef` is the reference of the corresponding `VolumeSnapshot`. Note that when the `VolumeSnapshotContent` is being created as a pre-provisioned snapshot, the `VolumeSnapshot` referenced in `volumeSnapshotRef` might not exist yet.
159+
158160
## Converting the volume mode of a Snapshot {#convert-volume-mode}
159161

160162
If the `VolumeSnapshots` API installed on your cluster supports the `sourceVolumeMode`

0 commit comments

Comments
 (0)