We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ab03e commit 3c19825Copy full SHA for 3c19825
content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md
@@ -86,7 +86,7 @@ PersistentVolume uses a file or directory on the Node to emulate network-attache
86
In a production cluster, you would not use hostPath. Instead a cluster administrator
87
would provision a network resource like a Google Compute Engine persistent disk,
88
an NFS share, or an Amazon Elastic Block Store volume. Cluster administrators can also
89
-use [StorageClasses](/docs/concepts/storage/storage-classes/)
+use [StorageClasses](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#storageclass-v1-storage-k8s-io)
90
to set up
91
[dynamic provisioning](/blog/2016/10/dynamic-provisioning-and-storage-in-kubernetes).
92
0 commit comments