Tweak read/write wording

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/49447/head
Mateusz Łoskot 2025-01-16 16:58:01 +01:00
parent b40df0df0a
commit 26719b93a1
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, 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`