Skip to content

Commit d71ace6

Browse files
authored
Merge pull request #49447 from mloskot/ml/clarify-access-mode-vs-multiple-pods
Clarify ReadWriteOnce allows multiple pods to read and write
2 parents e233126 + 26719b9 commit d71ace6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ The access modes are:
632632

633633
`ReadWriteOnce`
634634
: the volume can be mounted as read-write by a single node. ReadWriteOnce access
635-
mode still can allow multiple pods to access the volume when the pods are
635+
mode still can allow multiple pods to access (read from or write to) that volume when the pods are
636636
running on the same node. For single pod access, please see ReadWriteOncePod.
637637

638638
`ReadOnlyMany`

0 commit comments

Comments
 (0)