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.
184184<!--
185185The `expiration` field controls the expiry of the token. Expired tokens are
186186rejected 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` 字段控制令牌的失效期。过期的令牌在用于身份认证时会被拒绝,在用于
191191ConfigMap 签名时会被忽略。
192- 过期时间值是遵循 RFC3339 进行编码的 UTC 时间。
193- 启用 TokenCleaner 控制器会自动删除过期的令牌。
192+ 过期时间值是遵循 [ RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)
193+ 进行编码的 UTC 时间。 启用 TokenCleaner 控制器会自动删除过期的令牌。
194194
195195<!--
196196# # 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
3333<!--
3434The 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-->
4040Kubernetes 容器运行时接口(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" >}}之间的通信。
Original file line number Diff line number Diff line change 22title : 容器运行时接口(Container Runtime Interface;CRI)
33id : cri
44date : 2019-03-07
5- full_link : /zh-cn/docs/concepts/overview/components /#container-runtime
5+ full_link : /zh-cn/docs/concepts/architecture /#container-runtime
66short_description : >
77 一组与 kubelet 集成的容器运行时 API
88
1515title: Container runtime interface (CRI)
1616id: cri
1717date: 2019-03-07
18- full_link: /docs/concepts/overview/components /#container-runtime
18+ full_link: /docs/concepts/architecture /#container-runtime
1919short_description: >
2020 An API for container runtimes to integrate with kubelet
2121
You can’t perform that action at this time.
0 commit comments