@@ -468,6 +468,13 @@ cluster. However, if you want a PVC to bind to a specific PV, you need to pre-bi
468
468
-->
469
469
# ## 预留 PersistentVolume {#reserving-a-persistentvolume}
470
470
471
+ 控制平面可以在集群中[将 PersistentVolumeClaims 绑定到匹配的 PersistentVolumes](#binding)。
472
+ 但是,如果你希望 PVC 绑定到特定 PV,则需要预先绑定它们。
473
+
474
+ <!--
475
+ By specifying a PersistentVolume in a PersistentVolumeClaim, you declare a binding between that specific PV and PVC.
476
+ If the PersistentVolume exists and has not reserved PersistentVolumeClaims through its `claimRef` field, then the PersistentVolume and PersistentVolumeClaim will be bound.
477
+ -->
471
478
通过在 PersistentVolumeClaim 中指定 PersistentVolume,你可以声明该特定
472
479
PV 与 PVC 之间的绑定关系。如果该 PersistentVolume 存在且未被通过其
473
480
` claimRef` 字段预留给 PersistentVolumeClaim,则该 PersistentVolume
@@ -526,7 +533,7 @@ to `Retain`, including cases where you are reusing an existing PV.
526
533
-->
527
534
# ## 扩充 PVC 申领 {#expanding-persistent-volumes-claims}
528
535
529
- {{< feature-state for_k8s_version="v1.11 " state="beta " >}}
536
+ {{< feature-state for_k8s_version="v1.24 " state="stable " >}}
530
537
531
538
<!--
532
539
Support for expanding PersistentVolumeClaims (PVCs) is enabled by default. You can expand
@@ -712,7 +719,7 @@ Recovery from failing PVC expansion by users is available as an alpha feature si
712
719
-->
713
720
{{< note >}}
714
721
Kubernetes 从 1.23 版本开始将允许用户恢复失败的 PVC 扩展这一能力作为
715
- alpha 特性支持。 `RecoverVolumeExpansionFailure` 必须被启用以允许使用此特性。
722
+ alpha 特性支持。`RecoverVolumeExpansionFailure` 必须被启用以允许使用此特性。
716
723
可参考[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)
717
724
文档了解更多信息。
718
725
{{< /note >}}
@@ -829,9 +836,9 @@ The following types of PersistentVolume are deprecated. This means that support
829
836
Older versions of Kubernetes also supported the following in-tree PersistentVolume types :
830
837
831
838
* `photonPersistentDisk` - Photon controller persistent disk.
832
- (**not available** after v1.15)
839
+ (**not available** starting v1.15)
833
840
* [`scaleIO`](/docs/concepts/storage/volumes/#scaleio) - ScaleIO volume
834
- (**not available** after v1.21)
841
+ (**not available** starting v1.21)
835
842
* [`flocker`](/docs/concepts/storage/volumes/#flocker) - Flocker storage
836
843
(**not available** starting v1.25)
837
844
* [`quobyte`](/docs/concepts/storage/volumes/#quobyte) - Quobyte volume
@@ -842,14 +849,14 @@ Older versions of Kubernetes also supported the following in-tree PersistentVolu
842
849
843
850
旧版本的 Kubernetes 仍支持这些“树内(In-Tree)”持久卷类型:
844
851
845
- * `photonPersistentDisk` - Photon 控制器持久化盘。(v1.15 之后 **不可用**)
846
- * [`scaleIO`](/zh-cn/docs/concepts/storage/volumes/#scaleio) - ScaleIO 卷(v1.21 之后 **不可用**)
852
+ * `photonPersistentDisk` - Photon 控制器持久化盘。(从 v1.15 版本开始将 **不可用**)
853
+ * [`scaleIO`](/zh-cn/docs/concepts/storage/volumes/#scaleio) - ScaleIO 卷(v1.21 之后**不可用**)
847
854
* [`flocker`](/zh-cn/docs/concepts/storage/volumes/#flocker) - Flocker 存储
848
- (v1.25 之后 **不可用**)
855
+ (v1.25 之后**不可用**)
849
856
* [`quobyte`](/zh-cn/docs/concepts/storage/volumes/#quobyte) - Quobyte 卷
850
- (v1.25 之后 **不可用**)
857
+ (v1.25 之后**不可用**)
851
858
* [`storageos`](/zh-cn/docs/concepts/storage/volumes/#storageos) - StorageOS 卷
852
- (v1.25 之后 **不可用**)
859
+ (v1.25 之后**不可用**)
853
860
854
861
<!--
855
862
# # Persistent Volumes
0 commit comments