File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/zh-cn/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1084,7 +1084,8 @@ The access modes are:
1084
1084
: the volume can be mounted as read-write by many nodes.
1085
1085
1086
1086
` 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
1088
1089
access mode if you want to ensure that only one pod across whole cluster can
1089
1090
read that PVC or write to it. This is only supported for CSI volumes and
1090
1091
Kubernetes version 1.22+.
@@ -1106,7 +1107,8 @@ covers this in more detail.
1106
1107
: 卷可以被多个节点以读写方式挂载。
1107
1108
1108
1109
` ReadWriteOncePod`
1109
- : 卷可以被单个 Pod 以读写方式挂载。
1110
+ : {{< feature-state for_k8s_version="v1.27" state="beta" >}}
1111
+ 卷可以被单个 Pod 以读写方式挂载。
1110
1112
如果你想确保整个集群中只有一个 Pod 可以读取或写入该 PVC,
1111
1113
请使用 ReadWriteOncePod 访问模式。这只支持 CSI 卷以及需要 Kubernetes 1.22 以上版本。
1112
1114
You can’t perform that action at this time.
0 commit comments