@@ -312,7 +312,7 @@ For volume plugins that support the `Delete` reclaim policy, deletion removes bo
312
312
313
313
对于支持 ` Delete ` 回收策略的卷插件,删除动作会将 PersistentVolume 对象从
314
314
Kubernetes 中移除,同时也会从外部基础设施(如 AWS EBS、GCE PD、Azure Disk 或
315
- Cinder 卷)中移除所关联的存储资产。
315
+ Cinder 卷)中移除所关联的存储资产。
316
316
动态供应的卷会继承[ 其 StorageClass 中设置的回收策略] ( #reclaim-policy ) ,该策略默认
317
317
为 ` Delete ` 。
318
318
管理员需要根据用户的期望来配置 StorageClass;否则 PV 卷被创建之后必须要被
@@ -726,7 +726,7 @@ Currently, storage size is the only resource that can be set or requested. Futu
726
726
一般而言,每个 PV 卷都有确定的存储容量。
727
727
容量属性是使用 PV 对象的 `capacity` 属性来设置的。
728
728
参考 Kubernetes
729
- [资源模型(Resource Model)](https://git.k8s.io/community/contributors/design-proposals/scheduling/resources.md)
729
+ [资源模型(Resource Model)](https://git.k8s.io/community/contributors/design-proposals/scheduling/resources.md)
730
730
设计提案,了解 `capacity` 字段可以接受的单位。
731
731
732
732
目前,存储大小是可以设置和请求的唯一资源。
@@ -1491,8 +1491,8 @@ and need persistent storage, it is recommended that you use the following patter
1491
1491
config requiring PVCs).
1492
1492
-->
1493
1493
- 在你的工具链中,监测经过一段时间后仍未被绑定的 PVC 对象,要让用户知道这些对象,
1494
- 因为这可能意味着集群没有动态存储支持 (因而用户必须先创建一个匹配的 PV),或者
1495
- 集群没有配置存储系统(因而用户无法配置需要 PVC 的工作负载配置)。
1494
+ 因为这可能意味着集群不支持动态存储 (因而用户必须先创建一个匹配的 PV),或者
1495
+ 集群没有配置存储系统(因而用户无法配置需要 PVC 的工作负载配置)。
1496
1496
1497
1497
# # {{% heading "whatsnext" %}}
1498
1498
@@ -1519,4 +1519,3 @@ and need persistent storage, it is recommended that you use the following patter
1519
1519
* [PersistentVolumeSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#persistentvolumespec-v1-core)
1520
1520
* [PersistentVolumeClaim](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#persistentvolumeclaim-v1-core)
1521
1521
* [PersistentVolumeClaimSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#persistentvolumeclaimspec-v1-core)
1522
-
0 commit comments