Skip to content

Commit 1c263b2

Browse files
authored
add note, regarding example requirement for nfs helper /sbin/mount.nfs (#19774)
1 parent d919c58 commit 1c263b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ spec:
312312
server: 172.17.0.2
313313
```
314314

315+
{{< note >}}
316+
Helper programs relating to the volume type may be required for consumption of a PersistentVolume within a cluster. In this example, the PersistentVolume is of type NFS and the helper program /sbin/mount.nfs is required to support the mounting of NFS filesystems.
317+
{{< /note >}}
318+
315319
### Capacity
316320

317321
Generally, a PV will have a specific storage capacity. This is set using the PV's `capacity` attribute. See the Kubernetes [Resource Model](https://git.k8s.io/community/contributors/design-proposals/scheduling/resources.md) to understand the units expected by `capacity`.

0 commit comments

Comments
 (0)