Skip to content

Commit 3e35d64

Browse files
authored
Merge pull request #36575 from ydFu/update-reference-glossary-9
[zh] Update reference\glossary (9)
2 parents 1668d2c + 38000bc commit 3e35d64

File tree

4 files changed

+13
-27
lines changed

4 files changed

+13
-27
lines changed

content/zh-cn/docs/reference/glossary/cri.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 容器运行时接口(CRI)
2+
title: 容器运行时接口(Container Runtime Interface;CRI)
33
id: cri
44
date: 2019-03-07
55
full_link: /zh-cn/docs/concepts/overview/components/#container-runtime
@@ -11,10 +11,7 @@ aka:
1111
tags:
1212
- fundamental
1313
---
14-
容器运行时接口 (CRI) 是一组与节点上 kubelet 集成的容器运行时 API
15-
1614
<!--
17-
---
1815
title: Container runtime interface (CRI)
1916
id: cri
2017
date: 2019-03-07
@@ -26,15 +23,17 @@ short_description: >
2623
aka:
2724
tags:
2825
- fundamental
29-
---
26+
-->
27+
28+
<!--
3029
The container runtime interface (CRI) is an API for container runtimes
3130
to integrate with kubelet on a node.
3231
-->
32+
容器运行时接口(Container Runtime Interface;CRI)是一组与节点上 kubelet 集成的容器运行时 API。
3333

3434
<!--more-->
3535

3636
<!--
3737
For more information, see the [CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) API and specifications.
3838
-->
39-
4039
更多信息, 请参考 [容器运行时接口](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) API 与规格。

content/zh-cn/docs/reference/glossary/cronjob.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ tags:
1111
- core-object
1212
- workload
1313
---
14-
1514
<!--
16-
---
1715
title: CronJob
1816
id: cronjob
1917
date: 2018-04-12
@@ -25,19 +23,17 @@ aka:
2523
tags:
2624
- core-object
2725
- workload
28-
---
2926
-->
3027

3128
<!--
3229
Manages a [Job](/docs/concepts/workloads/controllers/job/) that runs on a periodic schedule.
3330
-->
34-
35-
管理定期运行的 [任务](/zh-cn/docs/concepts/workloads/controllers/job/)
31+
管理定期运行的[任务](/zh-cn/docs/concepts/workloads/controllers/job/)
3632

3733
<!--more-->
3834

3935
<!--
40-
Similar to a line in a *crontab* file, a Cronjob object specifies a schedule using the [Cron](https://en.wikipedia.org/wiki/Cron) format.
36+
Similar to a line in a *crontab* file, a CronJob object specifies a schedule using the [cron](https://en.wikipedia.org/wiki/Cron) format.
4137
-->
42-
43-
Cronjob 对象类似 *crontab* 文件中的一行命令,它声明了一个遵循 [Cron](https://en.wikipedia.org/wiki/Cron) 格式的调度任务
38+
**crontab** 文件中的一行命令类似,周期调度任务(CronJob)对象使用
39+
[cron](https://zh.wikipedia.org/wiki/Cron) 格式设置排期表

content/zh-cn/docs/reference/glossary/csi.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 容器存储接口(Container Storage InterfaceCSI)
2+
title: 容器存储接口(Container Storage InterfaceCSI)
33
id: csi
44
date: 2018-06-25
55
full_link: /zh-cn/docs/concepts/storage/volumes/#csi
@@ -11,9 +11,7 @@ aka:
1111
tags:
1212
- storage
1313
---
14-
1514
<!--
16-
---
1715
title: Container Storage Interface (CSI)
1816
id: csi
1917
date: 2018-06-25
@@ -25,13 +23,12 @@ short_description: >
2523
aka:
2624
tags:
2725
- storage
28-
---
2926
-->
27+
3028
<!--
3129
The Container Storage Interface (CSI) defines a standard interface to expose storage systems to containers.
3230
-->
33-
34-
容器存储接口 (CSI) 定义了存储系统暴露给容器的标准接口。
31+
容器存储接口(Container Storage Interface;CSI)定义存储系统暴露给容器的标准接口。
3532

3633
<!--more-->
3734

@@ -41,7 +38,6 @@ CSI allows vendors to create custom storage plugins for Kubernetes without addin
4138
* [CSI in the Kubernetes documentation](/docs/concepts/storage/volumes/#csi)
4239
* [List of available CSI drivers](https://kubernetes-csi.github.io/docs/drivers.html)
4340
-->
44-
4541
CSI 允许存储驱动提供商为 Kubernetes 创建定制化的存储插件,
4642
而无需将这些插件的代码添加到 Kubernetes 代码仓库(外部插件)。
4743
要使用某个存储提供商的 CSI 驱动,你首先要

content/zh-cn/docs/reference/glossary/customresourcedefinition.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,30 @@ tags:
1212
- operation
1313
- extension
1414
---
15-
1615
<!--
17-
---
1816
title: CustomResourceDefinition
1917
id: CustomResourceDefinition
2018
date: 2018-04-12
2119
full_link: /docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/
20+
short_description: >
2221
Custom code that defines a resource to add to your Kubernetes API server without building a complete custom server.
2322
2423
aka:
2524
tags:
2625
- fundamental
2726
- operation
2827
- extension
29-
---
3028
-->
3129

3230
<!--
3331
Custom code that defines a resource to add to your Kubernetes API server without building a complete custom server.
3432
-->
35-
3633
通过定制化的代码给你的 Kubernetes API 服务器增加资源对象,而无需编译完整的定制 API 服务器。
3734

3835
<!--more-->
3936

4037
<!--
4138
Custom Resource Definitions let you extend the Kubernetes API for your environment if the publicly supported API resources can't meet your needs.
4239
-->
43-
4440
当 Kubernetes 公开支持的 API 资源不能满足你的需要时,
4541
定制资源对象(Custom Resource Definitions)让你可以在你的环境上扩展 Kubernetes API。
46-

0 commit comments

Comments
 (0)