We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e233126 + 26719b9 commit d71ace6Copy full SHA for d71ace6
content/en/docs/concepts/storage/persistent-volumes.md
@@ -632,7 +632,7 @@ The access modes are:
632
633
`ReadWriteOnce`
634
: 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
+ mode still can allow multiple pods to access (read from or write to) that volume when the pods are
636
running on the same node. For single pod access, please see ReadWriteOncePod.
637
638
`ReadOnlyMany`
0 commit comments