Split persistent volume concept article (#6215)

This commit is contained in:
Qiming
2017-11-17 10:45:35 +08:00
committed by Zach Corleissen
parent 53bf960e2a
commit 5e19e823b5
4 changed files with 687 additions and 493 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
You need to either have a dynamic PersistentVolume provisioner with a default
[StorageClass](/docs/user-guide/persistent-volumes/#storageclasses),
[StorageClass](/docs/concepts/storage/storage-classes/),
or [statically provision PersistentVolumes](/docs/user-guide/persistent-volumes/#provisioning)
yourself to satisfy the [PersistentVolumeClaims](/docs/user-guide/persistent-volumes/#persistentvolumeclaims)
used here.