fix a duplication problem in persistent-volume.yaml (#7362)

pull/7285/head
Jianfeng Li 2018-02-13 06:47:49 +08:00 committed by k8s-ci-robot
parent 801fd2e852
commit 7b6bcf6a44
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ short-description: >
An API object that represents a piece of storage in the cluster. Available as a general, pluggable resource that persists beyond the lifecycle of any individual {% glossary_tooltip text="Pod" term_id="pod" %}.
long-description: |
PersistentVolumes (PVs) provide an API that abstracts details of how storage is provided from how it is consumed.
PVs are used directly in scenarios where storage can be be created ahead of time (static provisioning).
PVs are used directly in scenarios where storage can be created ahead of time (static provisioning).
For scenarios that require on-demand storage (dynamic provisioning), PersistentVolumeClaims (PVCs) are used instead.