Tweak read/write wording
Co-authored-by: Tim Bannister <tim@scalefactory.com>pull/49447/head
parent
b40df0df0a
commit
26719b93a1
|
@ -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, read or write, 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`
|
||||
|
|
Loading…
Reference in New Issue