File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
content/zh-cn/docs/reference Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -184,13 +184,13 @@ authenticate to the API server as a bearer token.
184
184
<!--
185
185
The `expiration` field controls the expiry of the token. Expired tokens are
186
186
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
188
188
` tokencleaner` controller to automatically delete expired tokens.
189
189
-->
190
190
` expiration` 字段控制令牌的失效期。过期的令牌在用于身份认证时会被拒绝,在用于
191
191
ConfigMap 签名时会被忽略。
192
- 过期时间值是遵循 RFC3339 进行编码的 UTC 时间。
193
- 启用 TokenCleaner 控制器会自动删除过期的令牌。
192
+ 过期时间值是遵循 [ RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)
193
+ 进行编码的 UTC 时间。 启用 TokenCleaner 控制器会自动删除过期的令牌。
194
194
195
195
<!--
196
196
# # Token Management with kubeadm
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ The main protocol for the communication between the {{< glossary_tooltip text="k
33
33
<!--
34
34
The Kubernetes Container Runtime Interface (CRI) defines the main
35
35
[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)
37
37
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and
38
38
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}.
39
39
-->
40
40
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 )
42
42
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}}
43
43
和{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}}之间的通信。
Original file line number Diff line number Diff line change 2
2
title : 容器运行时接口(Container Runtime Interface;CRI)
3
3
id : cri
4
4
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
6
6
short_description : >
7
7
一组与 kubelet 集成的容器运行时 API
8
8
15
15
title: Container runtime interface (CRI)
16
16
id: cri
17
17
date: 2019-03-07
18
- full_link: /docs/concepts/overview/components /#container-runtime
18
+ full_link: /docs/concepts/architecture /#container-runtime
19
19
short_description: >
20
20
An API for container runtimes to integrate with kubelet
21
21
You can’t perform that action at this time.
0 commit comments