Glossary definition for Dynamic Volume Provisioning is added. (#7457)

* Glossary definition for Dynamic Volume Provisioning is added.

Signed-off-by: Mohamed Mohamed <mmohamed@us.ibm.com>

* Edits for clarity

* removed the glossary tooltip that was causing the failure

Signed-off-by: Mohamed Mohamed <mmohamed@us.ibm.com>

* changed glossary tooltips

Signed-off-by: Mohamed Mohamed <mmohamed@us.ibm.com>
This commit is contained in:
Mohamed Mohamed 2018-02-20 15:27:38 -08:00 committed by k8s-ci-robot
parent 7311436222
commit 12dea3197f
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
id: dynamicvolumeprovisioning
name: Dynamic Volume Provisioning
full-link: /docs/concepts/storage/dynamic-provisioning
tags:
- core-object
- storage
short-description: >
Allows users to request automatic creation of storage {% glossary_tooltip text="Volumes" term_id="volume" %}.
long-description: >
Dynamic provisioning eliminates the need for cluster administrators to pre-provision storage. Instead, it automatically provisions storage by user request.
Dynamic volume provisioning is based on an API object, {% glossary_tooltip text="StorageClass" term_id="storage-class" %}, referring to a {% glossary_tooltip text="Volume Plugin" term_id="volume-plugin" %} that provisions a {% glossary_tooltip text="Volume" term_id="volume" %} and the set of parameters to pass to the Volume Plugin.