Some formatting changes

pull/32673/head
Raunak Pradip Shah 2022-04-22 15:31:49 +05:30
parent 02c43d28cf
commit b656cd8d55
1 changed files with 6 additions and 4 deletions

View File

@ -510,15 +510,17 @@ based on setting `securityContext` within the Pod's `.spec`.
### snapshot.storage.kubernetes.io/allowVolumeModeChange ### snapshot.storage.kubernetes.io/allowVolumeModeChange
Example: `snapshot.storage.kubernetes.io/allowVolumeModeChange: true` Example: `snapshot.storage.kubernetes.io/allowVolumeModeChange: "true"`
Used on: VolumeSnapshotContent Used on: VolumeSnapshotContent
Value can either be `true` or `false`. Value can either be `true` or `false`.
This determines whether a user can modify the mode of the source volume when a `PVC` is being created from a `VolumeSnapshot`. This determines whether a user can modify the mode of the source volume when a
{{< glossary_tooltip text="PersistentVolumeClaim" term_id="persistent-volume-claim" >}} is being
See [Converting the volume mode of a Snapshot](/docs/concepts/storage/volume-snapshots/#convert-volume-mode) for more information. created from a VolumeSnapshot.
Refer to [Converting the volume mode of a Snapshot](/docs/concepts/storage/volume-snapshots/#convert-volume-mode)
and the [Kubernetes CSI Developer Documentation](https://kubernetes-csi.github.io/docs/) for more information.
## Annotations used for audit ## Annotations used for audit