Skip to content

Commit 734ad18

Browse files
authored
Merge pull request #37680 from windsonsea/cryhf
[zh] sync /architecture/cri.md
2 parents bb23e21 + e096133 commit 734ad18

File tree

1 file changed

+10
-12
lines changed
  • content/zh-cn/docs/concepts/architecture

1 file changed

+10
-12
lines changed

content/zh-cn/docs/concepts/architecture/cri.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: 容器运行时接口(CRI)
33
content_type: concept
4-
weight: 50
4+
weight: 60
55
---
66

77
<!--
88
title: Container Runtime Interface (CRI)
99
content_type: concept
10-
weight: 50
10+
weight: 60
1111
-->
1212

1313
<!-- overview -->
@@ -23,16 +23,16 @@ each Node in your cluster, so that the
2323
-->
2424
CRI 是一个插件接口,它使 kubelet 能够使用各种容器运行时,无需重新编译集群组件。
2525

26-
你需要在集群中的每个节点上都有一个可以正常工作的
27-
{{<glossary_tooltip text="容器运行时" term_id="container-runtime">}},
28-
这样
29-
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}} 能启动
26+
你需要在集群中的每个节点上都有一个可以正常工作的{{<glossary_tooltip text="容器运行时" term_id="container-runtime">}},
27+
这样 {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} 能启动
3028
{{< glossary_tooltip text="Pod" term_id="pod" >}} 及其容器。
3129

3230
{{< glossary_definition prepend="容器运行时接口(CRI)是" term_id="container-runtime-interface" length="all" >}}
3331

3432
<!-- body -->
35-
<!-- ## The API {#api} -->
33+
<!--
34+
## The API {#api}
35+
-->
3636
## API {#api}
3737

3838
{{< feature-state for_k8s_version="v1.23" state="stable" >}}
@@ -44,11 +44,9 @@ runtime, which can be configured separately within the kubelet by using the
4444
`--image-service-endpoint` and `--container-runtime-endpoint` [command line
4545
flags](/docs/reference/command-line-tools-reference/kubelet)
4646
-->
47-
当通过 gRPC 连接到容器运行时时,kubelet 充当客户端。
48-
运行时和镜像服务端点必须在容器运行时中可用,可以使用
49-
[命令行标志](/zh-cn/docs/reference/command-line-tools-reference/kubelet)
50-
`--image-service-endpoint``--container-runtime-endpoint`
51-
在 kubelet 中单独配置。
47+
当通过 gRPC 连接到容器运行时,kubelet 将充当客户端。运行时和镜像服务端点必须在容器运行时中可用,
48+
可以使用 `--image-service-endpoint``--container-runtime-endpoint`
49+
[命令行标志](/zh-cn/docs/reference/command-line-tools-reference/kubelet)在 kubelet 中单独配置。
5250

5351
<!--
5452
For Kubernetes v{{< skew currentVersion >}}, the kubelet prefers to use CRI `v1`.

0 commit comments

Comments
 (0)