Recycling policy --> Reclaiming policy

Persistent volumes have a reclaim policy ("persistentVolumeReclaimPolicy"). "Recycle" is just one of the possible reclaim policies.
This commit is contained in:
Gigi Sayfan
2016-12-28 10:13:48 -08:00
committed by GitHub
parent da5c6e41c2
commit 188885469b
+2 -2
View File
@@ -195,9 +195,9 @@ class and can only be bound to PVCs that request no particular class.
In the future after beta, the `volume.beta.kubernetes.io/storage-class`
annotation will become an attribute.
### Recycling Policy
### Reclaiming Policy
Current recycling policies are:
Current reclaiming policies are:
* Retain -- manual reclamation
* Recycle -- basic scrub ("rm -rf /thevolume/*")