Skip to content

Commit d88628b

Browse files
committed
Add link to reclaiming policy
1 parent 6aa1f9d commit d88628b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ vendors provide their own external provisioner.
9898
### Reclaim Policy
9999
100100
PersistentVolumes that are dynamically created by a StorageClass will have the
101-
reclaim policy specified in the `reclaimPolicy` field of the class, which can be
101+
[reclaim policy](/docs/concepts/storage/persistent-volumes/#Reclaiming)
102+
specified in the `reclaimPolicy` field of the class, which can be
102103
either `Delete` or `Retain`. If no `reclaimPolicy` is specified when a
103104
StorageClass object is created, it will default to `Delete`.
104105

0 commit comments

Comments
 (0)