Skip to content

Commit 9be902b

Browse files
author
Kedar Vijay Kulkarni
committed
added example linking to hostPath volume definition
1 parent 4f60225 commit 9be902b

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
@@ -620,6 +620,11 @@ spec:
620620

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

623+
### PersistentVolumes typed HostPath
624+
625+
A hostPath PersistentVolume uses a file or directory on the Node to emulate network-attached storage.
626+
See [an example of HostPath typed volume](/docs/tasks/configure-pod-container/configure-persistent-volume-storage/#create-a-persistentvolume).
627+
623628
## Raw Block Volume Support
624629

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

0 commit comments

Comments
 (0)