Skip to content

Commit

Permalink
add note, regarding example requirement for nfs helper /sbin/mount.nfs (
Browse files Browse the repository at this point in the history
  • Loading branch information
spurin committed Mar 23, 2020
1 parent d919c58 commit 1c263b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/en/docs/concepts/storage/persistent-volumes.md
Expand Up @@ -312,6 +312,10 @@ spec:
server: 172.17.0.2
```

{{< note >}}
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.
{{< /note >}}

### Capacity

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`.
Expand Down

0 comments on commit 1c263b2

Please sign in to comment.