@@ -317,9 +317,6 @@ You must configure FC SAN Zoning to allocate and mask those LUNs (volumes) to th
317
317
beforehand so that Kubernetes hosts can access them.
318
318
{{< /note >}}
319
319
320
- See the [fibre channel example](https://github.com/kubernetes/examples/tree/master/staging/volumes/fibre_channel)
321
- for more details.
322
-
323
320
# ## gcePersistentDisk (deprecated) {#gcepersistentdisk}
324
321
325
322
In 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,
663
660
iSCSI volumes can only be mounted by a single consumer in read-write mode.
664
661
Simultaneous writers are not allowed.
665
662
666
- See the [iSCSI example](https://github.com/kubernetes/examples/tree/master/volumes/iscsi) for more details.
667
-
668
663
# ## local
669
664
670
665
A `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
774
769
You can also mount NFS volumes via PersistentVolumes which do allow you to set mount options.
775
770
{{< /note >}}
776
771
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
-
780
772
# ## persistentVolumeClaim {#persistentvolumeclaim}
781
773
782
774
A `persistentVolumeClaim` volume is used to mount a
@@ -825,8 +817,6 @@ Make sure you have an existing PortworxVolume with name `pxvol`
825
817
before using it in the Pod.
826
818
{{< /note >}}
827
819
828
- For more details, see the
829
- [Portworx volume](https://github.com/kubernetes/examples/tree/master/staging/volumes/portworx/README.md) examples.
830
820
831
821
# ### Portworx CSI migration
832
822
{{< feature-state feature_gate_name="CSIMigrationPortworx" >}}
0 commit comments