Skip to content

Commit ede963c

Browse files
committed
[zh-cn] sync bootstrap-tokens container-runtime-interface cri
Signed-off-by: xin.li <[email protected]>
1 parent 2a6e5d2 commit ede963c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

content/zh-cn/docs/reference/access-authn-authz/bootstrap-tokens.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,13 @@ authenticate to the API server as a bearer token.
184184
<!--
185185
The `expiration` field controls the expiry of the token. Expired tokens are
186186
rejected when used for authentication and ignored during ConfigMap signing.
187-
The expiry value is encoded as an absolute UTC time using RFC3339. Enable the
187+
The expiry value is encoded as an absolute UTC time using [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339). Enable the
188188
`tokencleaner` controller to automatically delete expired tokens.
189189
-->
190190
`expiration` 字段控制令牌的失效期。过期的令牌在用于身份认证时会被拒绝,在用于
191191
ConfigMap 签名时会被忽略。
192-
过期时间值是遵循 RFC3339 进行编码的 UTC 时间。
193-
启用 TokenCleaner 控制器会自动删除过期的令牌。
192+
过期时间值是遵循 [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)
193+
进行编码的 UTC 时间。启用 TokenCleaner 控制器会自动删除过期的令牌。
194194

195195
<!--
196196
## Token Management with kubeadm

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ The main protocol for the communication between the {{< glossary_tooltip text="k
3333
<!--
3434
The Kubernetes Container Runtime Interface (CRI) defines the main
3535
[gRPC](https://grpc.io) protocol for the communication between the
36-
[node components](/docs/concepts/overview/components/#node-components)
36+
[node components](/docs/concepts/architecture/#node-components)
3737
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and
3838
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}.
3939
-->
4040
Kubernetes 容器运行时接口(Container Runtime Interface;CRI)定义了主要 [gRPC](https://grpc.io) 协议,
41-
用于[节点组件](/zh-cn/docs/concepts/overview/components/#node-components)
41+
用于[节点组件](/zh-cn/docs/concepts/architecture/#node-components)
4242
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}}
4343
和{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}}之间的通信。

content/zh-cn/docs/reference/glossary/cri.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 容器运行时接口(Container Runtime Interface;CRI)
33
id: cri
44
date: 2019-03-07
5-
full_link: /zh-cn/docs/concepts/overview/components/#container-runtime
5+
full_link: /zh-cn/docs/concepts/architecture/#container-runtime
66
short_description: >
77
一组与 kubelet 集成的容器运行时 API
88
@@ -15,7 +15,7 @@ tags:
1515
title: Container runtime interface (CRI)
1616
id: cri
1717
date: 2019-03-07
18-
full_link: /docs/concepts/overview/components/#container-runtime
18+
full_link: /docs/concepts/architecture/#container-runtime
1919
short_description: >
2020
An API for container runtimes to integrate with kubelet
2121

0 commit comments

Comments
 (0)