[zh] sync architecture/cri

pull/41470/head
0xff-dev 2023-06-05 17:09:35 +08:00
parent 442c8320e0
commit 1dd2d45659
No known key found for this signature in database
GPG Key ID: 63ED728AA2147D24
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 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 中单独配置。
<!--