Skip to content

Commit

Permalink
Merge pull request kubernetes#27912 from verult/access-volume-mode-links
Browse files Browse the repository at this point in the history
Link PVC volume mode and access mode sections to corresponding sections in PV
  • Loading branch information
k8s-ci-robot authored May 10, 2021
2 parents ff54f29 + 3976df3 commit 44d85c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,11 +540,11 @@ spec:

### Access Modes

Claims use the same conventions as volumes when requesting storage with specific access modes.
Claims use [the same conventions as volumes](#access-modes) when requesting storage with specific access modes.

### Volume Modes

Claims use the same convention as volumes to indicate the consumption of the volume as either a filesystem or block device.
Claims use [the same convention as volumes](#volume-mode) to indicate the consumption of the volume as either a filesystem or block device.

### Resources

Expand Down

0 comments on commit 44d85c5

Please sign in to comment.