Skip to content

Commit c1ec23f

Browse files
authored
Merge pull request #28863 from sgpinkus/patch-1
Update persistent-volumes.md
2 parents 780dae2 + 6158a7f commit c1ec23f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ The `Retain` reclaim policy allows for manual reclamation of the resource. When
131131

132132
1. Delete the PersistentVolume. The associated storage asset in external infrastructure (such as an AWS EBS, GCE PD, Azure Disk, or Cinder volume) still exists after the PV is deleted.
133133
1. Manually clean up the data on the associated storage asset accordingly.
134-
1. Manually delete the associated storage asset, or if you want to reuse the same storage asset, create a new PersistentVolume with the storage asset definition.
134+
1. Manually delete the associated storage asset.
135+
136+
If you want to reuse the same storage asset, create a new PersistentVolume with the same storage asset definition.
135137

136138
#### Delete
137139

0 commit comments

Comments
 (0)