Merge pull request #49447 from mloskot/ml/clarify-access-mode-vs-multiple-pods

Clarify ReadWriteOnce allows multiple pods to read and write
pull/49468/head
Kubernetes Prow Robot 2025-01-16 14:22:34 -08:00 committed by GitHub
commit d71ace6396
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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`