Skip to content

Commit 5f58dea

Browse files
committed
Explicitly mention NFS via PV
1 parent 82756b1 commit 5f58dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ spec:
785785
{{< note >}}
786786
You must have your own NFS server running with the share exported before you can use it.
787787

788-
Also note that you can't specify NFS mount options in a Pod spec. You can either set mount options server-side or use [/etc/nfsmount.conf](https://man7.org/linux/man-pages/man5/nfsmount.conf.5.html).
788+
Also note that you can't specify NFS mount options in a Pod spec. You can either set mount options server-side or use [/etc/nfsmount.conf](https://man7.org/linux/man-pages/man5/nfsmount.conf.5.html). You can also mount NFS volumes via PersistentVolumes which do allow you to set mount options.
789789
{{< /note >}}
790790

791791
See the [NFS example](https://github.com/kubernetes/examples/tree/master/staging/volumes/nfs) for an example of mounting NFS volumes with PersistentVolumes.
@@ -950,7 +950,7 @@ All plugin operations from the in-tree `vspherevolume` will be redirected to the
950950

951951

952952
[vSphere CSI driver](https://github.com/kubernetes-sigs/vsphere-csi-driver)
953-
must be installed on the cluster. You can find additional advice on how to migrate in-tree `vsphereVolume` in VMware's documentation page
953+
must be installed on the cluster. You can find additional advice on how to migrate in-tree `vsphereVolume` in VMware's documentation page
954954
[Migrating In-Tree vSphere Volumes to vSphere Container Storage Plug-in](https://docs.vmware.com/en/VMware-vSphere-Container-Storage-Plug-in/2.0/vmware-vsphere-csp-getting-started/GUID-968D421F-D464-4E22-8127-6CB9FF54423F.html).
955955

956956
As of Kubernetes v1.25, vSphere releases less than 7.0u2 are not supported for the

0 commit comments

Comments
 (0)