Skip to content

Commit 1dd2d45

Browse files
committed
[zh] sync architecture/cri
1 parent 442c832 commit 1dd2d45

File tree

1 file changed

+2
-3
lines changed
  • content/zh-cn/docs/concepts/architecture

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ CRI 是一个插件接口,它使 kubelet 能够使用各种容器运行时,
4141
The kubelet acts as a client when connecting to the container runtime via gRPC.
4242
The runtime and image service endpoints have to be available in the container
4343
runtime, which can be configured separately within the kubelet by using the
44-
`--image-service-endpoint` and `--container-runtime-endpoint` [command line
45-
flags](/docs/reference/command-line-tools-reference/kubelet)
44+
`--image-service-endpoint` [command line flags](/docs/reference/command-line-tools-reference/kubelet).
4645
-->
4746
当通过 gRPC 连接到容器运行时,kubelet 将充当客户端。运行时和镜像服务端点必须在容器运行时中可用,
48-
可以使用 `--image-service-endpoint` `--container-runtime-endpoint`
47+
可以使用 `--image-service-endpoint`
4948
[命令行标志](/zh-cn/docs/reference/command-line-tools-reference/kubelet)在 kubelet 中单独配置。
5049

5150
<!--

0 commit comments

Comments
 (0)