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:
@@ -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`
|
In the future after beta, the `volume.beta.kubernetes.io/storage-class`
|
||||||
annotation will become an attribute.
|
annotation will become an attribute.
|
||||||
|
|
||||||
### Recycling Policy
|
### Reclaiming Policy
|
||||||
|
|
||||||
Current recycling policies are:
|
Current reclaiming policies are:
|
||||||
|
|
||||||
* Retain -- manual reclamation
|
* Retain -- manual reclamation
|
||||||
* Recycle -- basic scrub ("rm -rf /thevolume/*")
|
* Recycle -- basic scrub ("rm -rf /thevolume/*")
|
||||||
|
|||||||
Reference in New Issue
Block a user