Skip to content

Commit 483bb62

Browse files
committed
[zh] Update reference\glossary (7)
Signed-off-by: ydFu <[email protected]>
1 parent cc51e7c commit 483bb62

File tree

5 files changed

+19
-28
lines changed

5 files changed

+19
-28
lines changed
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,38 @@
11
---
2-
title: 容器网络接口(CNI)
2+
title: 容器网络接口(Container network interface;CNI)
33
id: cni
44
date: 2018-05-25
5-
full_link: /zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni
5+
full_link: /zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/
66
short_description: >
7-
容器网络接口 (CNI) 插件是遵循 appc/CNI 协议的一类网络插件。
7+
容器网络接口 (Container network interface;CNI) 插件是遵循 appc/CNI 协议的一类网络插件。
88
99
1010
aka:
1111
tags:
1212
- networking
1313
---
14-
1514
<!--
16-
---
1715
title: Container network interface (CNI)
1816
id: cni
1917
date: 2018-05-25
20-
full_link: /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni
18+
full_link: /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/
2119
short_description: >
2220
Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification.
2321
2422
2523
aka:
2624
tags:
2725
- networking
28-
---
2926
-->
3027

3128
<!--
3229
Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification.
3330
-->
34-
容器网络接口 (CNI) 插件是遵循 appc/CNI 协议的一类网络插件。
31+
容器网络接口 (Container network interface;CNI) 插件是遵循 appc/CNI 协议的一类网络插件。
3532

36-
<!--more-->
33+
<!--more-->
3734

3835
<!--
39-
* For information on Kubernetes and CNI, see [**Network plugins**](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni).
36+
* For information on Kubernetes and CNI, see [**Network Plugins**](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/).
4037
-->
41-
* 想了解 Kubernetes 和 CNI 请参考[**网络插件**](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni)
38+
* 有关 Kubernetes 和 CNI 的信息,请参考[**网络插件**](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/)

content/zh-cn/docs/reference/glossary/container-runtime-interface.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 容器运行时接口
2+
title: 容器运行时接口(Container Runtime Interface)
33
id: container-runtime-interface
44
date: 2021-11-24
55
full_link: /zh-cn/docs/concepts/architecture/cri
@@ -10,7 +10,6 @@ aka:
1010
tags:
1111
- cri
1212
---
13-
1413
<!--
1514
title: Container Runtime Interface
1615
id: container-runtime-interface
@@ -24,7 +23,9 @@ tags:
2423
- cri
2524
-->
2625

27-
<!-- The main protocol for the communication between the kubelet and Container Runtime. -->
26+
<!--
27+
The main protocol for the communication between the kubelet and Container Runtime.
28+
-->
2829
kubelet 和容器运行时之间通信的主要协议。
2930

3031
<!--more-->
@@ -36,7 +37,7 @@ The Kubernetes Container Runtime Interface (CRI) defines the main
3637
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and
3738
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}.
3839
-->
39-
Kubernetes 容器运行时接口(CRI)定义了主要 [gRPC](https://grpc.io) 协议,
40+
Kubernetes 容器运行时接口(Container Runtime Interface;CRI)定义了主要 [gRPC](https://grpc.io) 协议,
4041
用于[集群组件](/zh-cn/docs/concepts/overview/components/#node-components)
4142
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}} 和
4243
{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}}。

content/zh-cn/docs/reference/glossary/container-runtime.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ tags:
1212
- workload
1313
---
1414
<!--
15-
---
1615
title: Container Runtime
1716
id: container-runtime
1817
date: 2019-06-05
@@ -24,7 +23,6 @@ aka:
2423
tags:
2524
- fundamental
2625
- workload
27-
---
2826
-->
2927

3028
<!--
@@ -35,14 +33,12 @@ tags:
3533
<!--more-->
3634

3735
<!--
38-
Kubernetes supports container runtimes such sa
39-
{{< glossary_tooltip term_id="docker">}},
36+
Kubernetes supports container runtimes such as
4037
{{< glossary_tooltip term_id="containerd" >}}, {{< glossary_tooltip term_id="cri-o" >}},
4138
and any other implementation of the [Kubernetes CRI (Container Runtime
4239
Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md).
4340
-->
4441
Kubernetes 支持许多容器运行环境,例如
45-
{{< glossary_tooltip term_id="docker">}}、
4642
{{< glossary_tooltip term_id="containerd" >}}、
4743
{{< glossary_tooltip term_id="cri-o" >}}
4844
以及 [Kubernetes CRI (容器运行环境接口)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ tags:
1111
- fundamental
1212
- workload
1313
---
14-
1514
<!--
1615
title: Container
1716
id: container
@@ -36,5 +35,4 @@ tags:
3635
<!--
3736
Containers decouple applications from underlying host infrastructure to make deployment easier in different cloud or OS environments, and for easier scaling.
3837
-->
39-
容器使应用和底层的主机基础设施解耦,降低了应用在不同云环境或者操作系统上的部署难度,便于应用扩展。
40-
38+
容器使应用和底层的主机基础设施解耦,降低了应用在不同云环境或者操作系统上的部署难度,便于应用扩展。

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ aka:
99
tags:
1010
- tool
1111
---
12-
1312
<!--
14-
---
1513
title: containerd
1614
id: containerd
1715
date: 2019-05-14
@@ -22,9 +20,11 @@ short_description: >
2220
aka:
2321
tags:
2422
- tool
25-
---
2623
-->
2724

25+
<!--
26+
A container runtime with an emphasis on simplicity, robustness and portability
27+
-->
2828
强调简单性、健壮性和可移植性的一种容器运行时
2929

3030
<!--more-->
@@ -34,6 +34,5 @@ containerd is a {{< glossary_tooltip text="container" term_id="container" >}} ru
3434
that runs as a daemon on Linux or Windows. containerd takes care of fetching and
3535
storing container images, executing containers, providing network access, and more.
3636
-->
37-
3837
containerd 是一种{{< glossary_tooltip text="容器" term_id="container" >}}运行时,能在 Linux 或者 Windows 后台运行。
39-
containerd 能取回、存储容器镜像,执行容器实例,提供网络访问等。
38+
containerd 能取回、存储容器镜像,执行容器实例,提供网络访问等。

0 commit comments

Comments
 (0)