File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -510,15 +510,17 @@ based on setting `securityContext` within the Pod's `.spec`.
510
510
511
511
### snapshot.storage.kubernetes.io/allowVolumeModeChange
512
512
513
- Example: ` snapshot.storage.kubernetes.io/allowVolumeModeChange: true `
513
+ Example: ` snapshot.storage.kubernetes.io/allowVolumeModeChange: " true" `
514
514
515
515
Used on: VolumeSnapshotContent
516
516
517
517
Value can either be ` true ` or ` false ` .
518
- This determines whether a user can modify the mode of the source volume when a ` PVC ` is being created from a ` VolumeSnapshot ` .
519
-
520
- See [ Converting the volume mode of a Snapshot ] ( /docs/concepts/storage/volume-snapshots/#convert-volume-mode ) for more information .
518
+ This determines whether a user can modify the mode of the source volume when a
519
+ {{< glossary_tooltip text="PersistentVolumeClaim" term_id="persistent-volume-claim" >}} is being
520
+ created from a VolumeSnapshot .
521
521
522
+ Refer to [ Converting the volume mode of a Snapshot] ( /docs/concepts/storage/volume-snapshots/#convert-volume-mode )
523
+ and the [ Kubernetes CSI Developer Documentation] ( https://kubernetes-csi.github.io/docs/ ) for more information.
522
524
523
525
## Annotations used for audit
524
526
You can’t perform that action at this time.
0 commit comments