File tree Expand file tree Collapse file tree 4 files changed +13
-27
lines changed
content/zh-cn/docs/reference/glossary Expand file tree Collapse file tree 4 files changed +13
-27
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : 容器运行时接口(CRI)
2
+ title : 容器运行时接口(Container Runtime Interface; CRI)
3
3
id : cri
4
4
date : 2019-03-07
5
5
full_link : /zh-cn/docs/concepts/overview/components/#container-runtime
11
11
tags :
12
12
- fundamental
13
13
---
14
- 容器运行时接口 (CRI) 是一组与节点上 kubelet 集成的容器运行时 API
15
-
16
14
<!--
17
- ---
18
15
title: Container runtime interface (CRI)
19
16
id: cri
20
17
date: 2019-03-07
@@ -26,15 +23,17 @@ short_description: >
26
23
aka:
27
24
tags:
28
25
- fundamental
29
- ---
26
+ -->
27
+
28
+ <!--
30
29
The container runtime interface (CRI) is an API for container runtimes
31
30
to integrate with kubelet on a node.
32
31
-->
32
+ 容器运行时接口(Container Runtime Interface;CRI)是一组与节点上 kubelet 集成的容器运行时 API。
33
33
34
34
<!-- more-->
35
35
36
36
<!--
37
37
For more information, see the [CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) API and specifications.
38
38
-->
39
-
40
39
更多信息, 请参考 [ 容器运行时接口] ( https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md ) API 与规格。
Original file line number Diff line number Diff line change 11
11
- core-object
12
12
- workload
13
13
---
14
-
15
14
<!--
16
- ---
17
15
title: CronJob
18
16
id: cronjob
19
17
date: 2018-04-12
25
23
tags:
26
24
- core-object
27
25
- workload
28
- ---
29
26
-->
30
27
31
28
<!--
32
29
Manages a [Job](/docs/concepts/workloads/controllers/job/) that runs on a periodic schedule.
33
30
-->
34
-
35
- 管理定期运行的 [ 任务] ( /zh-cn/docs/concepts/workloads/controllers/job/ ) 。
31
+ 管理定期运行的[ 任务] ( /zh-cn/docs/concepts/workloads/controllers/job/ ) 。
36
32
37
33
<!-- more-->
38
34
39
35
<!--
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.
41
37
-->
42
-
43
- Cronjob 对象类似 * crontab * 文件中的一行命令,它声明了一个遵循 [ Cron ] ( https://en .wikipedia.org/wiki/Cron ) 格式的调度任务 。
38
+ 与 ** crontab ** 文件中的一行命令类似,周期调度任务(CronJob)对象使用
39
+ [ cron ] ( https://zh .wikipedia.org/wiki/Cron ) 格式设置排期表 。
Original file line number Diff line number Diff line change 1
1
---
2
- title : 容器存储接口(Container Storage Interface, CSI)
2
+ title : 容器存储接口(Container Storage Interface; CSI)
3
3
id : csi
4
4
date : 2018-06-25
5
5
full_link : /zh-cn/docs/concepts/storage/volumes/#csi
11
11
tags :
12
12
- storage
13
13
---
14
-
15
14
<!--
16
- ---
17
15
title: Container Storage Interface (CSI)
18
16
id: csi
19
17
date: 2018-06-25
@@ -25,13 +23,12 @@ short_description: >
25
23
aka:
26
24
tags:
27
25
- storage
28
- ---
29
26
-->
27
+
30
28
<!--
31
29
The Container Storage Interface (CSI) defines a standard interface to expose storage systems to containers.
32
30
-->
33
-
34
- 容器存储接口 (CSI) 定义了存储系统暴露给容器的标准接口。
31
+ 容器存储接口(Container Storage Interface;CSI)定义存储系统暴露给容器的标准接口。
35
32
36
33
<!-- more-->
37
34
@@ -41,7 +38,6 @@ CSI allows vendors to create custom storage plugins for Kubernetes without addin
41
38
* [CSI in the Kubernetes documentation](/docs/concepts/storage/volumes/#csi)
42
39
* [List of available CSI drivers](https://kubernetes-csi.github.io/docs/drivers.html)
43
40
-->
44
-
45
41
CSI 允许存储驱动提供商为 Kubernetes 创建定制化的存储插件,
46
42
而无需将这些插件的代码添加到 Kubernetes 代码仓库(外部插件)。
47
43
要使用某个存储提供商的 CSI 驱动,你首先要
Original file line number Diff line number Diff line change @@ -12,35 +12,30 @@ tags:
12
12
- operation
13
13
- extension
14
14
---
15
-
16
15
<!--
17
- ---
18
16
title: CustomResourceDefinition
19
17
id: CustomResourceDefinition
20
18
date: 2018-04-12
21
19
full_link: /docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/
20
+ short_description: >
22
21
Custom code that defines a resource to add to your Kubernetes API server without building a complete custom server.
23
22
24
23
aka:
25
24
tags:
26
25
- fundamental
27
26
- operation
28
27
- extension
29
- ---
30
28
-->
31
29
32
30
<!--
33
31
Custom code that defines a resource to add to your Kubernetes API server without building a complete custom server.
34
32
-->
35
-
36
33
通过定制化的代码给你的 Kubernetes API 服务器增加资源对象,而无需编译完整的定制 API 服务器。
37
34
38
35
<!-- more-->
39
36
40
37
<!--
41
38
Custom Resource Definitions let you extend the Kubernetes API for your environment if the publicly supported API resources can't meet your needs.
42
39
-->
43
-
44
40
当 Kubernetes 公开支持的 API 资源不能满足你的需要时,
45
41
定制资源对象(Custom Resource Definitions)让你可以在你的环境上扩展 Kubernetes API。
46
-
You can’t perform that action at this time.
0 commit comments