Skip to content

Commit 2ed629f

Browse files
committed
Fix broken example volume links
1 parent 2c6bec0 commit 2ed629f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ You must configure FC SAN Zoning to allocate and mask those LUNs (volumes) to th
317317
beforehand 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)
320+
See the [fibre channel example](https://github.com/kubernetes/examples/tree/master/_archived/volumes/fibre_channel)
321321
for more details.
322322

323323
### gcePersistentDisk (deprecated) {#gcepersistentdisk}
@@ -663,7 +663,7 @@ and then serve it in parallel from as many Pods as you need. Unfortunately,
663663
iSCSI volumes can only be mounted by a single consumer in read-write mode.
664664
Simultaneous writers are not allowed.
665665

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.
667667

668668
### local
669669

@@ -774,7 +774,7 @@ use [/etc/nfsmount.conf](https://man7.org/linux/man-pages/man5/nfsmount.conf.5.h
774774
You can also mount NFS volumes via PersistentVolumes which do allow you to set mount options.
775775
{{< /note >}}
776776

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)
778778
for an example of mounting NFS volumes with PersistentVolumes.
779779

780780
### persistentVolumeClaim {#persistentvolumeclaim}
@@ -826,7 +826,7 @@ before using it in the Pod.
826826
{{< /note >}}
827827

828828
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.
830830

831831
#### Portworx CSI migration
832832
{{< feature-state feature_gate_name="CSIMigrationPortworx" >}}

0 commit comments

Comments
 (0)