e9703497a1
For some unknown reasons, we have got many markdown files with exec permission. That is weird and risky.
841 B
841 B
title, id, date, full_link, short_description, aka, tags
| title | id | date | full_link | short_description | aka | tags | ||
|---|---|---|---|---|---|---|---|---|
| Storage Class | storageclass | 2018-04-12 | /docs/concepts/storage/storage-classes | A StorageClass provides a way for administrators to describe different available storage types. |
|
A StorageClass provides a way for administrators to describe different available storage types.
StorageClasses can map to quality-of-service levels, backup policies, or to arbitrary policies determined by cluster administrators. Each StorageClass contains the fields provisioner, parameters, and reclaimPolicy, which are used when a {{< glossary_tooltip text="Persistent Volume" term_id="persistent-volume" >}} belonging to the class needs to be dynamically provisioned. Users can request a particular class using the name of a StorageClass object.