@@ -317,7 +317,7 @@ 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)
320
+ See the [fibre channel example](https://github.com/kubernetes/examples/tree/master/_archived /volumes/fibre_channel)
321
321
for more details.
322
322
323
323
# ## gcePersistentDisk (deprecated) {#gcepersistentdisk}
@@ -663,7 +663,7 @@ and then serve it in parallel from as many Pods as you need. Unfortunately,
663
663
iSCSI volumes can only be mounted by a single consumer in read-write mode.
664
664
Simultaneous writers are not allowed.
665
665
666
- See the [iSCSI example](https://github.com/kubernetes/examples/tree/master/volumes/iscsi) for more details.
666
+ See the [iSCSI example](https://github.com/kubernetes/examples/tree/master/_archived/ volumes/iscsi) for more details.
667
667
668
668
# ## local
669
669
@@ -774,7 +774,7 @@ use [/etc/nfsmount.conf](https://man7.org/linux/man-pages/man5/nfsmount.conf.5.h
774
774
You can also mount NFS volumes via PersistentVolumes which do allow you to set mount options.
775
775
{{< /note >}}
776
776
777
- See the [NFS example](https://github.com/kubernetes/examples/tree/master/staging /volumes/nfs)
777
+ See the [NFS example](https://github.com/kubernetes/examples/tree/master/_archived /volumes/nfs)
778
778
for an example of mounting NFS volumes with PersistentVolumes.
779
779
780
780
# ## persistentVolumeClaim {#persistentvolumeclaim}
@@ -826,7 +826,7 @@ before using it in the Pod.
826
826
{{< /note >}}
827
827
828
828
For more details, see the
829
- [Portworx volume](https://github.com/kubernetes/examples/tree /master/staging /volumes/portworx/README.md) examples.
829
+ [Portworx volume](https://github.com/kubernetes/examples/blob /master/_archived /volumes/portworx/README.md) examples.
830
830
831
831
# ### Portworx CSI migration
832
832
{{< feature-state feature_gate_name="CSIMigrationPortworx" >}}
0 commit comments