@@ -19,15 +19,15 @@ PersistentVolume.
19
19
20
20
## Why change reclaim policy of a PersistentVolume
21
21
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,
24
24
the default reclaim policy is "Delete". This means that a dynamically provisioned
25
25
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
27
27
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.
31
31
32
32
## Changing the reclaim policy of a PersistentVolume
33
33
0 commit comments