From b656cd8d5524a2f1fe222fcd5fdcd958dbe94afb Mon Sep 17 00:00:00 2001 From: Raunak Pradip Shah Date: Fri, 22 Apr 2022 15:31:49 +0530 Subject: [PATCH] Some formatting changes --- .../docs/reference/labels-annotations-taints/_index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/en/docs/reference/labels-annotations-taints/_index.md b/content/en/docs/reference/labels-annotations-taints/_index.md index 85877feb4d..116df78522 100644 --- a/content/en/docs/reference/labels-annotations-taints/_index.md +++ b/content/en/docs/reference/labels-annotations-taints/_index.md @@ -510,15 +510,17 @@ based on setting `securityContext` within the Pod's `.spec`. ### snapshot.storage.kubernetes.io/allowVolumeModeChange -Example: `snapshot.storage.kubernetes.io/allowVolumeModeChange: true` +Example: `snapshot.storage.kubernetes.io/allowVolumeModeChange: "true"` Used on: VolumeSnapshotContent 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`. - -See [Converting the volume mode of a Snapshot](/docs/concepts/storage/volume-snapshots/#convert-volume-mode) for more information. +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 +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