File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
content/zh-cn/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,10 @@ CRI 是一个插件接口,它使 kubelet 能够使用各种容器运行时,
41
41
The kubelet acts as a client when connecting to the container runtime via gRPC.
42
42
The runtime and image service endpoints have to be available in the container
43
43
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).
46
45
-->
47
46
当通过 gRPC 连接到容器运行时,kubelet 将充当客户端。运行时和镜像服务端点必须在容器运行时中可用,
48
- 可以使用 ` --image-service-endpoint ` 和 ` --container-runtime-endpoint `
47
+ 可以使用 ` --image-service-endpoint `
49
48
[ 命令行标志] ( /zh-cn/docs/reference/command-line-tools-reference/kubelet ) 在 kubelet 中单独配置。
50
49
51
50
<!--
You can’t perform that action at this time.
0 commit comments