From 38000bc12373e7a97e8c80cd11a0fa8dc2643531 Mon Sep 17 00:00:00 2001 From: ydFu Date: Sun, 4 Sep 2022 10:50:48 +0800 Subject: [PATCH] [zh] Update reference\glossary (9) Signed-off-by: ydFu --- content/zh-cn/docs/reference/glossary/cri.md | 11 +++++------ content/zh-cn/docs/reference/glossary/cronjob.md | 12 ++++-------- content/zh-cn/docs/reference/glossary/csi.md | 10 +++------- .../reference/glossary/customresourcedefinition.md | 7 +------ 4 files changed, 13 insertions(+), 27 deletions(-) diff --git a/content/zh-cn/docs/reference/glossary/cri.md b/content/zh-cn/docs/reference/glossary/cri.md index 24450960d07..5439e55d099 100644 --- a/content/zh-cn/docs/reference/glossary/cri.md +++ b/content/zh-cn/docs/reference/glossary/cri.md @@ -1,5 +1,5 @@ --- -title: 容器运行时接口(CRI) +title: 容器运行时接口(Container Runtime Interface;CRI) id: cri date: 2019-03-07 full_link: /zh-cn/docs/concepts/overview/components/#container-runtime @@ -11,10 +11,7 @@ aka: tags: - fundamental --- - 容器运行时接口 (CRI) 是一组与节点上 kubelet 集成的容器运行时 API - + + +容器运行时接口(Container Runtime Interface;CRI)是一组与节点上 kubelet 集成的容器运行时 API。 - 更多信息, 请参考 [容器运行时接口](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) API 与规格。 diff --git a/content/zh-cn/docs/reference/glossary/cronjob.md b/content/zh-cn/docs/reference/glossary/cronjob.md index 487731fe31f..31c250b9daa 100644 --- a/content/zh-cn/docs/reference/glossary/cronjob.md +++ b/content/zh-cn/docs/reference/glossary/cronjob.md @@ -11,9 +11,7 @@ tags: - core-object - workload --- - - - 管理定期运行的 [任务](/zh-cn/docs/concepts/workloads/controllers/job/)。 +管理定期运行的[任务](/zh-cn/docs/concepts/workloads/controllers/job/)。 - -Cronjob 对象类似 *crontab* 文件中的一行命令,它声明了一个遵循 [Cron](https://en.wikipedia.org/wiki/Cron) 格式的调度任务。 +与 **crontab** 文件中的一行命令类似,周期调度任务(CronJob)对象使用 +[cron](https://zh.wikipedia.org/wiki/Cron) 格式设置排期表。 diff --git a/content/zh-cn/docs/reference/glossary/csi.md b/content/zh-cn/docs/reference/glossary/csi.md index d430ef3ecac..966d4286373 100644 --- a/content/zh-cn/docs/reference/glossary/csi.md +++ b/content/zh-cn/docs/reference/glossary/csi.md @@ -1,5 +1,5 @@ --- -title: 容器存储接口(Container Storage Interface,CSI) +title: 容器存储接口(Container Storage Interface;CSI) id: csi date: 2018-06-25 full_link: /zh-cn/docs/concepts/storage/volumes/#csi @@ -11,9 +11,7 @@ aka: tags: - storage --- - + - - 容器存储接口 (CSI) 定义了存储系统暴露给容器的标准接口。 +容器存储接口(Container Storage Interface;CSI)定义存储系统暴露给容器的标准接口。 @@ -41,7 +38,6 @@ CSI allows vendors to create custom storage plugins for Kubernetes without addin * [CSI in the Kubernetes documentation](/docs/concepts/storage/volumes/#csi) * [List of available CSI drivers](https://kubernetes-csi.github.io/docs/drivers.html) --> - CSI 允许存储驱动提供商为 Kubernetes 创建定制化的存储插件, 而无需将这些插件的代码添加到 Kubernetes 代码仓库(外部插件)。 要使用某个存储提供商的 CSI 驱动,你首先要 diff --git a/content/zh-cn/docs/reference/glossary/customresourcedefinition.md b/content/zh-cn/docs/reference/glossary/customresourcedefinition.md index 2d63482c3e6..89dbb056875 100644 --- a/content/zh-cn/docs/reference/glossary/customresourcedefinition.md +++ b/content/zh-cn/docs/reference/glossary/customresourcedefinition.md @@ -12,13 +12,12 @@ tags: - operation - extension --- - - 通过定制化的代码给你的 Kubernetes API 服务器增加资源对象,而无需编译完整的定制 API 服务器。 @@ -40,7 +37,5 @@ tags: - 当 Kubernetes 公开支持的 API 资源不能满足你的需要时, 定制资源对象(Custom Resource Definitions)让你可以在你的环境上扩展 Kubernetes API。 -