diff --git a/content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1.md b/content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1.md
index 6422cfb166..142f04cc11 100644
--- a/content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1.md
+++ b/content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1.md
@@ -291,7 +291,7 @@ PersistentVolumeSpec 是持久卷的规约。
local represents directly-attached storage with node affinity
- *Local represents directly-attached storage with node affinity (Beta feature)*
+ *Local represents directly-attached storage with node affinity*
- **local.path** (string), required
@@ -306,7 +306,7 @@ PersistentVolumeSpec 是持久卷的规约。
local 表示具有节点亲和性的直连式存储。
- **local 表示具有节点亲和性的直连式存储(Beta 特性)。**
+ **local 表示具有节点亲和性的直连式存储。**
- **local.path** (string),必需
@@ -323,7 +323,7 @@ PersistentVolumeSpec 是持久卷的规约。
- **awsElasticBlockStore** (AWSElasticBlockStoreVolumeSource)
- awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
+ awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
*Represents a Persistent Disk resource in AWS.
@@ -335,7 +335,9 @@ PersistentVolumeSpec 是持久卷的规约。
- **awsElasticBlockStore** (AWSElasticBlockStoreVolumeSource)
awsElasticBlockStore 表示挂接到 kubelet 的主机随后暴露给 Pod 的一个 AWS Disk 资源。
- 更多信息: https://kubernetes.io/zh-cn/docs/concepts/storage/volumes#awselasticblockstore
+ 已弃用:AWSElasticBlockStore 已被弃用。所有针对树内 awsElasticBlockStore 类型的操作都被重定向到
+ ebs.csi.aws.com CSI 驱动。
+ 更多信息:https://kubernetes.io/zh-cn/docs/concepts/storage/volumes#awselasticblockstore
**表示 AWS 上的 Persistent Disk 资源。挂载到一个容器之前 AWS EBS 磁盘必须存在。
@@ -385,7 +387,7 @@ PersistentVolumeSpec 是持久卷的规约。
- **cinder** (CinderPersistentVolumeSource)
- cinder 表示 kubelet 主机上挂接和挂载的 Cinder 卷。更多信息:
+ cinder 表示 kubelet 主机上挂接和挂载的 Cinder 卷。
+ 所有针对树内 cinder 类型的操作都被重定向到 cinder.csi.openstack.org
+ CSI 驱动。更多信息:
https://examples.k8s.io/mysql-cinder-pd/README.md
@@ -688,10 +697,10 @@ PersistentVolumeSpec 是持久卷的规约。
- **rbd.fsType** (string)
@@ -1609,6 +1622,16 @@ PersistentVolumeSpec 是持久卷的规约。
keyring 是给定用户的密钥环的路径。默认为 /etc/ceph/keyring。更多信息:
https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
+
+
- **rbd.pool** (string)
@@ -1665,7 +1688,7 @@ PersistentVolumeSpec 是持久卷的规约。
- **storageos** (StorageOSPersistentVolumeSource)
- storageOS 表示一个 StorageOS 卷,该卷被挂接到 kubelet 的主机并挂载到 Pod 中。更多信息:
+ storageOS 表示一个 storageOS 卷,该卷被挂接到 kubelet 的主机并挂载到 Pod 中。
+ 已弃用:storageOS 已被弃用,且树内 storageOS 类型不再受支持。
+ 更多信息:
https://examples.k8s.io/volumes/storageos/README.md
@@ -1854,7 +1880,7 @@ PersistentVolumeSpec 是持久卷的规约。
@@ -2455,6 +2484,10 @@ DELETE /api/v1/persistentvolumes/{name}
}}">gracePeriodSeconds
+- **ignoreStoreReadErrorWithClusterBreakingPotential** (**查询参数**): boolean
+
+ }}">ignoreStoreReadErrorWithClusterBreakingPotential
+
- **pretty** (**查询参数**): string
}}">pretty
@@ -2491,6 +2524,7 @@ DELETE /api/v1/persistentvolumes
- **dryRun** (*in query*): string
- **fieldSelector** (*in query*): string
- **gracePeriodSeconds** (*in query*): integer
+- **ignoreStoreReadErrorWithClusterBreakingPotential** (*in query*): boolean
- **labelSelector** (*in query*): string
- **limit** (*in query*): integer
- **pretty** (*in query*): string
@@ -2519,6 +2553,10 @@ DELETE /api/v1/persistentvolumes
}}">gracePeriodSeconds
+- **ignoreStoreReadErrorWithClusterBreakingPotential** (**查询参数**): boolean
+
+ }}">ignoreStoreReadErrorWithClusterBreakingPotential
+
- **labelSelector** (**查询参数**): string
}}">labelSelector