Skip to content

Commit 2480b1a

Browse files
authored
Merge pull request #42092 from kfox1111/patch-3
Fix description of RWO
2 parents 7533a5d + afa0e9c commit 2480b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ task-pv-volume 10Gi RWO Retain Available
123123
The next step is to create a PersistentVolumeClaim. Pods use PersistentVolumeClaims
124124
to request physical storage. In this exercise, you create a PersistentVolumeClaim
125125
that requests a volume of at least three gibibytes that can provide read-write
126-
access for at least one Node.
126+
access for at most one Node at a time.
127127

128128
Here is the configuration file for the PersistentVolumeClaim:
129129

0 commit comments

Comments
 (0)