Skip to content

Commit 3aabe5b

Browse files
authored
Merge pull request #51608 from intojhanurag/fix-broken-nfs-links
Fix broken example volume links
2 parents 171c8f7 + 9fbaa42 commit 3aabe5b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,6 @@ 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)
321-
for more details.
322-
323320
### gcePersistentDisk (deprecated) {#gcepersistentdisk}
324321

325322
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,
663660
iSCSI volumes can only be mounted by a single consumer in read-write mode.
664661
Simultaneous 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

670665
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
774769
You 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

782774
A `persistentVolumeClaim` volume is used to mount a
@@ -825,8 +817,6 @@ Make sure you have an existing PortworxVolume with name `pxvol`
825817
before 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

Comments
 (0)