Create glossary for persistent volume

This commit is contained in:
zhangxiaoyu-zidif
2017-12-05 15:29:35 -06:00
parent 1a8cdf8344
commit 1befe950a0
+14
View File
@@ -0,0 +1,14 @@
id: persistent-volume
name: Persistent Volume
full-link: /docs/concepts/storage/persistent-volumes/
related:
- statefulset
- deployment
- pod
tags:
- core-object
- storage
short-description: >
Persistent Volume is a kind of interface through two resource types, i.e. pv and pvc, and provides pod persistent storage service.
long-description: |
Persistent Volume subsystem provides an API for users and administrators that abstracts details of how storage is provided from how it is consumed.