Skip to content

Commit dd1d544

Browse files
Csi volume cloning modification (#19252)
1 parent f7494bb commit dd1d544

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

content/zh/docs/concepts/storage/volume-pvc-datasource.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,7 @@ weight: 30
2424
This document describes the concept of cloning existing CSI Volumes in Kubernetes. Familiarity with [Volumes](/docs/concepts/storage/volumes) is suggested.
2525
-->
2626

27-
本文档描述 Kubernetes 中克隆现有 CSI 卷的概念。建议先熟悉[](/docs/concepts/storage/volumes)
28-
29-
<!--
30-
This feature requires VolumePVCDataSource feature gate to be enabled:
31-
-->
32-
33-
此功能需要启动 VolumePVCDataSource 功能门:
34-
35-
```
36-
--feature-gates=VolumePVCDataSource=true
37-
```
38-
27+
本文档介绍 Kubernetes 中克隆现有 CSI 卷的概念。阅读前建议先熟悉[](/docs/concepts/storage/volumes)
3928

4029
{{% /capture %}}
4130

@@ -52,13 +41,13 @@ This feature requires VolumePVCDataSource feature gate to be enabled:
5241
The {{< glossary_tooltip text="CSI" term_id="csi" >}} Volume Cloning feature adds support for specifying existing {{< glossary_tooltip text="PVC" term_id="persistent-volume-claim" >}}s in the `dataSource` field to indicate a user would like to clone a {{< glossary_tooltip term_id="volume" >}}.
5342
-->
5443

55-
{{< glossary_tooltip text="CSI" term_id="csi" >}} 卷克隆功能增加了在 `dataSource` 字段指定现有的 {{< glossary_tooltip text="PVC" term_id="persistent-volume-claim" >}}s,来表示用户想要克隆的 {{< glossary_tooltip term_id="volume" >}}。
44+
{{< glossary_tooltip text="CSI" term_id="csi" >}} 卷克隆功能增加了通过在 `dataSource` 字段中指定存在的 {{< glossary_tooltip text="PVC" term_id="persistent-volume-claim" >}}s,来表示用户想要克隆的 {{< glossary_tooltip term_id="volume" >}}。
5645

5746
<!--
5847
A Clone is defined as a duplicate of an existing Kubernetes Volume that can be consumed as any standard Volume would be. The only difference is that upon provisioning, rather than creating a "new" empty Volume, the back end device creates an exact duplicate of the specified Volume.
5948
-->
6049

61-
克隆定义为已有 Kubernetes 卷的副本,可以像任何标准卷一样被使用。唯一的区别就是配置后,后端设备将创建指定卷的精确副本,而不是创建一个“新的”空卷。
50+
克隆,意思是为已有的 Kubernetes 卷创建副本,它可以像任何其它标准卷一样被使用。唯一的区别就是配置后,后端设备将创建指定完全相同的副本,而不是创建一个“新的”空卷。
6251

6352
<!--
6453
The implementation of cloning, from the perspective of the Kubernetes API simply adds the ability to specify an existing unbound PVC as a dataSource during new pvc creation.

0 commit comments

Comments
 (0)