Skip to content

Commit 5caf87f

Browse files
authored
Merge pull request #40770 from asa3311/sync-persistent-volumes.md
[zh-cn] sync persistent-volumes.md
2 parents 006e919 + cd282d4 commit 5caf87f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/zh-cn/docs/concepts/storage/persistent-volumes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,8 @@ The access modes are:
10841084
: the volume can be mounted as read-write by many nodes.
10851085

10861086
`ReadWriteOncePod`
1087-
: the volume can be mounted as read-write by a single Pod. Use ReadWriteOncePod
1087+
: {{< feature-state for_k8s_version="v1.27" state="beta" >}}
1088+
the volume can be mounted as read-write by a single Pod. Use ReadWriteOncePod
10881089
access mode if you want to ensure that only one pod across whole cluster can
10891090
read that PVC or write to it. This is only supported for CSI volumes and
10901091
Kubernetes version 1.22+.
@@ -1106,7 +1107,8 @@ covers this in more detail.
11061107
: 卷可以被多个节点以读写方式挂载。
11071108

11081109
`ReadWriteOncePod`
1109-
: 卷可以被单个 Pod 以读写方式挂载。
1110+
: {{< feature-state for_k8s_version="v1.27" state="beta" >}}
1111+
卷可以被单个 Pod 以读写方式挂载。
11101112
如果你想确保整个集群中只有一个 Pod 可以读取或写入该 PVC,
11111113
请使用 ReadWriteOncePod 访问模式。这只支持 CSI 卷以及需要 Kubernetes 1.22 以上版本。
11121114

0 commit comments

Comments
 (0)