@@ -317,9 +317,6 @@ You must configure FC SAN Zoning to allocate and mask those LUNs (volumes) to th
317317beforehand so that Kubernetes hosts can access them.
318318{{< /note >}}
319319
320- See the [fibre channel example](https://github.com/kubernetes/examples/tree/master/staging/volumes/fibre_channel)
321- for more details.
322-
323320# ## gcePersistentDisk (deprecated) {#gcepersistentdisk}
324321
325322In Kubernetes {{< skew currentVersion >}}, all operations for the in-tree `gcePersistentDisk` type
@@ -663,8 +660,6 @@ and then serve it in parallel from as many Pods as you need. Unfortunately,
663660iSCSI volumes can only be mounted by a single consumer in read-write mode.
664661Simultaneous writers are not allowed.
665662
666- See the [iSCSI example](https://github.com/kubernetes/examples/tree/master/volumes/iscsi) for more details.
667-
668663# ## local
669664
670665A `local` volume represents a mounted local storage device such as a disk,
@@ -774,9 +769,6 @@ use [/etc/nfsmount.conf](https://man7.org/linux/man-pages/man5/nfsmount.conf.5.h
774769You can also mount NFS volumes via PersistentVolumes which do allow you to set mount options.
775770{{< /note >}}
776771
777- See the [NFS example](https://github.com/kubernetes/examples/tree/master/staging/volumes/nfs)
778- for an example of mounting NFS volumes with PersistentVolumes.
779-
780772# ## persistentVolumeClaim {#persistentvolumeclaim}
781773
782774A `persistentVolumeClaim` volume is used to mount a
@@ -825,8 +817,6 @@ Make sure you have an existing PortworxVolume with name `pxvol`
825817before using it in the Pod.
826818{{< /note >}}
827819
828- For more details, see the
829- [Portworx volume](https://github.com/kubernetes/examples/tree/master/staging/volumes/portworx/README.md) examples.
830820
831821# ### Portworx CSI migration
832822{{< feature-state feature_gate_name="CSIMigrationPortworx" >}}
0 commit comments