We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa1f9d commit d88628bCopy full SHA for d88628b
content/en/docs/concepts/storage/storage-classes.md
@@ -98,7 +98,8 @@ vendors provide their own external provisioner.
98
### Reclaim Policy
99
100
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
+[reclaim policy](/docs/concepts/storage/persistent-volumes/#Reclaiming)
102
+specified in the `reclaimPolicy` field of the class, which can be
103
either `Delete` or `Retain`. If no `reclaimPolicy` is specified when a
104
StorageClass object is created, it will default to `Delete`.
105
0 commit comments