Replace references to resource-references (#6739)

This commit is contained in:
Qiming
2018-01-10 01:25:24 +08:00
committed by Steve Perry
parent d45d3d750b
commit 9581522743
2172 changed files with 7 additions and 355398 deletions
@@ -54,7 +54,7 @@ PersistentVolume uses a file or directory on the Node to emulate network-attache
In a production cluster, you would not use hostPath. Instead a cluster administrator
would provision a network resource like a Google Compute Engine persistent disk,
an NFS share, or an Amazon Elastic Block Store volume. Cluster administrators can also
use [StorageClasses](/docs/resources-reference/{{page.version}}/#storageclass-v1-storage)
use [StorageClasses](/docs/api-reference/{{page.version}}/#storageclass-v1-storage)
to set up
[dynamic provisioning](http://blog.kubernetes.io/2016/10/dynamic-provisioning-and-storage-in-kubernetes.html).