[zh] Gramma fix for change-pv-reclaim-policy.md

pull/29507/head
Arhell 2021-08-23 03:09:48 +03:00
parent 433480d74e
commit cfc0752351
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ volume is automatically deleted when a user deletes the corresponding
PersistentVolumeClaim. This automatic behavior might be inappropriate if the volume
contains precious data. In that case, it is more appropriate to use the "Retain"
policy. With the "Retain" policy, if a user deletes a PersistentVolumeClaim,
the corresponding PersistentVolume is not be deleted. Instead, it is moved to the
the corresponding PersistentVolume will not be deleted. Instead, it is moved to the
Released phase, where all of its data can be manually recovered.
-->
## 为什么要更改 PersistentVolume 的回收策略