Skip to content

Commit 8798040

Browse files
authored
Merge pull request #38297 from windsonsea/dvpy
[zh] updated /glossary/dynamic-volume-provisioning.md
2 parents dfda271 + 506c1d5 commit 8798040

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

content/zh-cn/docs/reference/glossary/dynamic-volume-provisioning.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 动态卷供应(Dynamic Volume Provisioning)
2+
title: 动态卷制备(Dynamic Volume Provisioning)
33
id: dynamicvolumeprovisioning
44
date: 2018-04-12
55
full_link: /zh-cn/docs/concepts/storage/dynamic-provisioning/
@@ -26,7 +26,7 @@ tags:
2626
-->
2727

2828
<!--
29-
Allows users to request automatic creation of storage {{< glossary_tooltip text="Volumes" term_id="volume" >}}.
29+
Allows users to request automatic creation of storage {{< glossary_tooltip text="Volumes" term_id="volume" >}}.
3030
-->
3131
允许用户请求自动创建存储{{< glossary_tooltip text="卷" term_id="volume" >}}。
3232

@@ -35,7 +35,8 @@ tags:
3535
<!--
3636
Dynamic provisioning eliminates the need for cluster administrators to pre-provision storage. Instead, it automatically provisions storage by user request. Dynamic volume provisioning is based on an API object, {{< glossary_tooltip text="StorageClass" term_id="storage-class" >}}, referring to a {{< glossary_tooltip text="Volume Plugin" term_id="volume-plugin" >}} that provisions a {{< glossary_tooltip text="Volume" term_id="volume" >}} and the set of parameters to pass to the Volume Plugin.
3737
-->
38-
动态供应让集群管理员无需再预先供应存储。相反,它通过用户请求自动地供应存储。
39-
动态卷供应是基于 API 对象 {{< glossary_tooltip text="StorageClass" term_id="storage-class" >}} 的,
40-
StorageClass 可以引用 {{< glossary_tooltip text="卷插件(Volume Plugin)" term_id="volume-plugin" >}} 提供的
41-
{{< glossary_tooltip text="卷" term_id="volume" >}},也可以引用传递给卷插件的参数集。
38+
动态制备让集群管理员无需再预先制备存储。这种机制转为通过用户请求自动地制备存储。
39+
动态卷制备是基于 API 对象 {{< glossary_tooltip text="StorageClass" term_id="storage-class" >}} 的,
40+
StorageClass 可以引用{{< glossary_tooltip text="卷插件(Volume Plugin)" term_id="volume-plugin" >}}
41+
提供的{{< glossary_tooltip text="卷" term_id="volume" >}},
42+
也可以引用传递给卷插件的参数集。

0 commit comments

Comments
 (0)