Skip to content

Commit

Permalink
Merge pull request #49447 from mloskot/ml/clarify-access-mode-vs-mult…
Browse files Browse the repository at this point in the history
…iple-pods

Clarify ReadWriteOnce allows multiple pods to read and write
  • Loading branch information
k8s-ci-robot authored Jan 16, 2025
2 parents e233126 + 26719b9 commit d71ace6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ The access modes are:

`ReadWriteOnce`
: the volume can be mounted as read-write by a single node. ReadWriteOnce access
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
running on the same node. For single pod access, please see ReadWriteOncePod.

`ReadOnlyMany`
Expand Down

0 comments on commit d71ace6

Please sign in to comment.