Skip to content

Commit b40df0d

Browse files
committed
Clarify ReadWriteOnce allows multiple pods to read and write
Courrently, description of `ReadWriteOnce` leaves room for misinterpretation of the `access` in "multiple pods to access the volume" bit. This leads to spread of confusing information like multiple pods can access but only one pod can write at a time. See also kubernetes/kubernetes#60903 (comment)
1 parent 0aad8f5 commit b40df0d

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 or write, the 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)