add small blurb about reclaim policies and SCs

reviewable/pr4182/r3^2
Patrick Christopher 2017-06-16 22:18:44 -07:00 committed by Andrew Chen
parent 2e192598a0
commit 46be5c6bc7
1 changed files with 8 additions and 0 deletions

View File

@ -447,6 +447,14 @@ can be used. Some external provisioners are listed under the repository [kuberne
There are also cases when 3rd party storage vendors provide their own external
provisioner.
### Reclaim Policy
Persistent Volumes that are dynamically created by a storage class will have a reclaim
policy of `delete`. If that is not desired, the only current option is to edit the
PV after it is created.
Persistent Volumes that are created manually and managed via a storage class will have
whatever reclaim policy they were assigned at creation.
### Parameters
Storage classes have parameters that describe volumes belonging to the storage
class. Different parameters may be accepted depending on the `provisioner`. For