diff --git a/content/zh-cn/docs/reference/access-authn-authz/bootstrap-tokens.md b/content/zh-cn/docs/reference/access-authn-authz/bootstrap-tokens.md index cff5ef0871..5e9127bd0b 100644 --- a/content/zh-cn/docs/reference/access-authn-authz/bootstrap-tokens.md +++ b/content/zh-cn/docs/reference/access-authn-authz/bootstrap-tokens.md @@ -184,13 +184,13 @@ authenticate to the API server as a bearer token. `expiration` 字段控制令牌的失效期。过期的令牌在用于身份认证时会被拒绝,在用于 ConfigMap 签名时会被忽略。 -过期时间值是遵循 RFC3339 进行编码的 UTC 时间。 -启用 TokenCleaner 控制器会自动删除过期的令牌。 +过期时间值是遵循 [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) +进行编码的 UTC 时间。启用 TokenCleaner 控制器会自动删除过期的令牌。 Kubernetes 容器运行时接口(Container Runtime Interface;CRI)定义了主要 [gRPC](https://grpc.io) 协议, -用于[节点组件](/zh-cn/docs/concepts/overview/components/#node-components) +用于[节点组件](/zh-cn/docs/concepts/architecture/#node-components) {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} 和{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}}之间的通信。 diff --git a/content/zh-cn/docs/reference/glossary/cri.md b/content/zh-cn/docs/reference/glossary/cri.md index 7ee883bfa2..7a36b6cea1 100644 --- a/content/zh-cn/docs/reference/glossary/cri.md +++ b/content/zh-cn/docs/reference/glossary/cri.md @@ -2,7 +2,7 @@ title: 容器运行时接口(Container Runtime Interface;CRI) id: cri date: 2019-03-07 -full_link: /zh-cn/docs/concepts/overview/components/#container-runtime +full_link: /zh-cn/docs/concepts/architecture/#container-runtime short_description: > 一组与 kubelet 集成的容器运行时 API @@ -15,7 +15,7 @@ tags: title: Container runtime interface (CRI) id: cri date: 2019-03-07 -full_link: /docs/concepts/overview/components/#container-runtime +full_link: /docs/concepts/architecture/#container-runtime short_description: > An API for container runtimes to integrate with kubelet