added example linking to hostPath volume definition

pull/25039/head
Kedar Vijay Kulkarni 2021-01-25 11:17:10 -05:00
parent 4f6022591d
commit 9be902bee0
1 changed files with 5 additions and 0 deletions

View File

@ -620,6 +620,11 @@ spec:
PersistentVolumes binds are exclusive, and since PersistentVolumeClaims are namespaced objects, mounting claims with "Many" modes (`ROX`, `RWX`) is only possible within one namespace.
### PersistentVolumes typed HostPath
A hostPath PersistentVolume uses a file or directory on the Node to emulate network-attached storage.
See [an example of HostPath typed volume](/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolume).
## Raw Block Volume Support
{{< feature-state for_k8s_version="v1.18" state="stable" >}}