We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sourceVolumeMode
1 parent 51900db commit 8ff2accCopy full SHA for 8ff2acc
content/en/docs/concepts/storage/volume-snapshots.md
@@ -230,7 +230,7 @@ If you want to allow users to create a `PersistentVolumeClaim` from an existing
230
`snapshot.storage.kubernetes.io/allowVolumeModeChange: "true"`needs to be added to
231
the `VolumeSnapshotContent` that corresponds to the `VolumeSnapshot`.
232
233
-For pre-provisioned snapshots, `Spec.SourceVolumeMode` needs to be populated
+For pre-provisioned snapshots, `spec.sourceVolumeMode` needs to be populated
234
by the cluster administrator.
235
236
An example `VolumeSnapshotContent` resource with this feature enabled would look like:
0 commit comments