Merge pull request #41470 from 0xff-dev/main

[zh] sync architecture/cri
pull/41477/head
Kubernetes Prow Robot 2023-06-05 06:29:25 -07:00 committed by GitHub
commit a18b0bbaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -41,11 +41,10 @@ CRI 是一个插件接口,它使 kubelet 能够使用各种容器运行时,
The kubelet acts as a client when connecting to the container runtime via gRPC. 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 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 runtime, which can be configured separately within the kubelet by using the
`--image-service-endpoint` and `--container-runtime-endpoint` [command line `--image-service-endpoint` [command line flags](/docs/reference/command-line-tools-reference/kubelet).
flags](/docs/reference/command-line-tools-reference/kubelet)
--> -->
当通过 gRPC 连接到容器运行时kubelet 将充当客户端。运行时和镜像服务端点必须在容器运行时中可用, 当通过 gRPC 连接到容器运行时kubelet 将充当客户端。运行时和镜像服务端点必须在容器运行时中可用,
可以使用 `--image-service-endpoint` `--container-runtime-endpoint` 可以使用 `--image-service-endpoint`
[命令行标志](/zh-cn/docs/reference/command-line-tools-reference/kubelet)在 kubelet 中单独配置。 [命令行标志](/zh-cn/docs/reference/command-line-tools-reference/kubelet)在 kubelet 中单独配置。
<!-- <!--