Skip to content

Commit 37bc491

Browse files
authored
Merge pull request #25039 from kedark3/addHostPathVolume
added example linking to hostPath volume definition
2 parents 6966dec + 11ef740 commit 37bc491

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,11 @@ spec:
629629

630630
PersistentVolumes binds are exclusive, and since PersistentVolumeClaims are namespaced objects, mounting claims with "Many" modes (`ROX`, `RWX`) is only possible within one namespace.
631631

632+
### PersistentVolumes typed `hostPath`
633+
634+
A `hostPath` PersistentVolume uses a file or directory on the Node to emulate network-attached storage.
635+
See [an example of `hostPath` typed volume](/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolume).
636+
632637
## Raw Block Volume Support
633638

634639
{{< feature-state for_k8s_version="v1.18" state="stable" >}}

0 commit comments

Comments
 (0)