1
1
---
2
2
title : 容器运行时接口(CRI)
3
3
content_type : concept
4
- weight : 50
4
+ weight : 60
5
5
---
6
6
7
7
<!--
8
8
title: Container Runtime Interface (CRI)
9
9
content_type: concept
10
- weight: 50
10
+ weight: 60
11
11
-->
12
12
13
13
<!-- overview -->
@@ -23,16 +23,16 @@ each Node in your cluster, so that the
23
23
-->
24
24
CRI 是一个插件接口,它使 kubelet 能够使用各种容器运行时,无需重新编译集群组件。
25
25
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" >}} 能启动
30
28
{{< glossary_tooltip text="Pod" term_id="pod" >}} 及其容器。
31
29
32
30
{{< glossary_definition prepend="容器运行时接口(CRI)是" term_id="container-runtime-interface" length="all" >}}
33
31
34
32
<!-- body -->
35
- <!-- ## The API {#api} -->
33
+ <!--
34
+ ## The API {#api}
35
+ -->
36
36
## API {#api}
37
37
38
38
{{< 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
44
44
`--image-service-endpoint` and `--container-runtime-endpoint` [command line
45
45
flags](/docs/reference/command-line-tools-reference/kubelet)
46
46
-->
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 中单独配置。
52
50
53
51
<!--
54
52
For Kubernetes v{{< skew currentVersion >}}, the kubelet prefers to use CRI `v1`.
0 commit comments