Skip to content

Commit bf447ce

Browse files
authored
Merge pull request #22626 from Arhell/upd-page
remove backticks from “Change the Reclaim Policy of a PersistentVolum…
2 parents 46daba4 + 531a496 commit bf447ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/docs/tasks/administer-cluster/change-pv-reclaim-policy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ PersistentVolume.
1919

2020
## Why change reclaim policy of a PersistentVolume
2121

22-
`PersistentVolumes` can have various reclaim policies, including "Retain",
23-
"Recycle", and "Delete". For dynamically provisioned `PersistentVolumes`,
22+
PersistentVolumes can have various reclaim policies, including "Retain",
23+
"Recycle", and "Delete". For dynamically provisioned PersistentVolumes,
2424
the default reclaim policy is "Delete". This means that a dynamically provisioned
2525
volume is automatically deleted when a user deletes the corresponding
26-
`PersistentVolumeClaim`. This automatic behavior might be inappropriate if the volume
26+
PersistentVolumeClaim. This automatic behavior might be inappropriate if the volume
2727
contains precious data. In that case, it is more appropriate to use the "Retain"
28-
policy. With the "Retain" policy, if a user deletes a `PersistentVolumeClaim`,
29-
the corresponding `PersistentVolume` is not be deleted. Instead, it is moved to the
30-
`Released` phase, where all of its data can be manually recovered.
28+
policy. With the "Retain" policy, if a user deletes a PersistentVolumeClaim,
29+
the corresponding PersistentVolume is not be deleted. Instead, it is moved to the
30+
Released phase, where all of its data can be manually recovered.
3131

3232
## Changing the reclaim policy of a PersistentVolume
3333

0 commit comments

Comments
 (0)