Skip to content

Commit

Permalink
[zh] sync architecture/cri
Browse files Browse the repository at this point in the history
  • Loading branch information
0xff-dev committed Jun 5, 2023
1 parent 442c832 commit 1dd2d45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/zh-cn/docs/concepts/architecture/cri.md
Expand Up @@ -41,11 +41,10 @@ CRI 是一个插件接口,它使 kubelet 能够使用各种容器运行时,
The kubelet acts as a client when connecting to the container runtime via gRPC.
The runtime and image service endpoints have to be available in the container
runtime, which can be configured separately within the kubelet by using the
`--image-service-endpoint` and `--container-runtime-endpoint` [command line
flags](/docs/reference/command-line-tools-reference/kubelet)
`--image-service-endpoint` [command line flags](/docs/reference/command-line-tools-reference/kubelet).
-->
当通过 gRPC 连接到容器运行时,kubelet 将充当客户端。运行时和镜像服务端点必须在容器运行时中可用,
可以使用 `--image-service-endpoint` `--container-runtime-endpoint`
可以使用 `--image-service-endpoint`
[命令行标志](/zh-cn/docs/reference/command-line-tools-reference/kubelet)在 kubelet 中单独配置。

<!--
Expand Down

0 comments on commit 1dd2d45

Please sign in to comment.