Update incorrect word Peristent to Persistent (#5843)

* Update change-pv-reclaim-policy.md

* Update mysql-wordpress-persistent-volume.md
This commit is contained in:
yandonggc
2017-10-11 04:14:03 +08:00
committed by Steve Perry
parent 14c4aba5a3
commit 51a9a27e58
2 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@ PersistentVolume.
"Recycle", and "Delete". For dynamically provisioned `PersistentVolumes`,
the default reclaim policy is "Delete". This means that a dynamically provisioned
volume is automatically deleted when a user deletes the corresponding
`PeristentVolumeClaim`. This automatic behavior might be inappropriate if the volume
`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