diff --git a/architecture/additional_concepts/storage.adoc b/architecture/additional_concepts/storage.adoc index 52306cee2d93..0be7bab150c3 100644 --- a/architecture/additional_concepts/storage.adoc +++ b/architecture/additional_concepts/storage.adoc @@ -123,9 +123,9 @@ to policy. === Reclaim volumes The reclaim policy of a `PersistentVolume` tells the cluster what to do with -the volume after it is released. Volumes reclaim policy can either be `Retained`, `Recycled`, or `Deleted`. +the volume after it is released. Volumes reclaim policy can either be `Retain`, `Recycle`, or `Delete`. -`Retained` reclaim policy allows manual reclamation of the resource for those volume plug-ins that support it. `Deleted` reclaim policy deletes both the `PersistentVolume` object from {product-title} and the associated storage asset in external infrastructure, such as AWS EBS, GCE PD, or Cinder volume. +`Retain` reclaim policy allows manual reclamation of the resource for those volume plug-ins that support it. `Delete` reclaim policy deletes both the `PersistentVolume` object from {product-title} and the associated storage asset in external infrastructure, such as AWS EBS, GCE PD, or Cinder volume. [NOTE] ====