Skip to content

Commit 3a7de40

Browse files
authored
Merge pull request #38658 from qlijin/about-cri
[zh-cn] Small fix about cri page.
2 parents 162e4f0 + df47a82 commit 3a7de40

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ If the kubelet cannot negotiate a supported CRI version, the kubelet gives up
5858
and doesn't register as a node.
5959
-->
6060
对 Kubernetes v{{< skew currentVersion >}},kubelet 偏向于使用 CRI `v1` 版本。
61-
如果容器运行时不支持 CRI 的 `v1` 版本,那么 kubelet 会尝试协商任何旧的其他支持版本。
62-
如果 kubelet 无法协商支持的 CRI 版本,则 kubelet 放弃并且不会注册为节点。
61+
如果容器运行时不支持 CRI 的 `v1` 版本,那么 kubelet 会尝试协商较老的、仍被支持的所有版本。
62+
v{{< skew currentVersion >}} 版本的 kubelet 也可协商 CRI `v1alpha2` 版本,但该版本被视为已弃用。
63+
如果 kubelet 无法协商出可支持的 CRI 版本,则 kubelet 放弃并且不会注册为节点。
6364

6465
<!--
6566
## Upgrading

content/zh-cn/docs/reference/glossary/container-runtime-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ The Kubernetes Container Runtime Interface (CRI) defines the main
4040
Kubernetes 容器运行时接口(Container Runtime Interface;CRI)定义了主要 [gRPC](https://grpc.io) 协议,
4141
用于[集群组件](/zh-cn/docs/concepts/overview/components/#node-components)
4242
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}} 和
43-
{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}}。
43+
{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}}之间的通信

0 commit comments

Comments
 (0)