From 8e2794c4e7bd81ca0a02651f050955fb3bbcc185 Mon Sep 17 00:00:00 2001 From: yanrongshi Date: Sun, 11 Sep 2022 13:57:50 +0800 Subject: [PATCH] fix some layout --- .../feature-gates.md | 29 +++++++++++-------- .../reference/node/kubelet-checkpoint-api.md | 8 ++--- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates.md b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates.md index a8a66f5041..048afadf2a 100644 --- a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates.md @@ -106,7 +106,7 @@ different Kubernetes components. | `AnyVolumeDataSource` | `false` | Alpha | 1.18 | 1.23 | | `AnyVolumeDataSource` | `true` | Beta | 1.24 | | | `AppArmor` | `true` | Beta | 1.4 | | -| `CheckpointContainer` | `false` | Alpha | 1.25 | | +| `ContainerCheckpoint` | `false` | Alpha | 1.25 | | | `CPUManager` | `false` | Alpha | 1.8 | 1.9 | | `CPUManager` | `true` | Beta | 1.10 | | | `CPUManagerPolicyAlphaOptions` | `false` | Alpha | 1.23 | | @@ -727,14 +727,16 @@ Each feature gate is designed for enabling/disabling a specific feature: - `APIResponseCompression`: Compress the API responses for `LIST` or `GET` requests. - `APIServerIdentity`: Assign each API server an ID in a cluster. - `APIServerTracing`: Add support for distributed tracing in the API server. - See [Traces for Kubernetes System Components](/docs/concepts/cluster-administration/traces-for-kubernetes-system-components) for more details. + See [Traces for Kubernetes System Components](/docs/concepts/cluster-administration/system-traces) + for more details. --> - `APIListChunking`:启用 API 客户端以块的形式从 API 服务器检索(“LIST” 或 “GET”)资源。 - `APIPriorityAndFairness`:在每个服务器上启用优先级和公平性来管理请求并发(由 `RequestManagement` 重命名而来)。 - `APIResponseCompression`:压缩 “LIST” 或 “GET” 请求的 API 响应。 - `APIServerIdentity`:为集群中的每个 API 服务器赋予一个 ID。 - `APIServerTracing`:为集群中的每个 API 服务器添加对分布式跟踪的支持。 - 参阅[针对 Kubernetes 系统组件的追踪](/zh-cn/docs/concepts/cluster-administration/system-traces/)获取更多详细信息。 + 参阅[针对 Kubernetes 系统组件的追踪](/zh-cn/docs/concepts/cluster-administration/system-traces/) + 获取更多详细信息。 @@ -1481,7 +1484,8 @@ Each feature gate is designed for enabling/disabling a specific feature: `ServiceNodeExclusion` 对应特性所提供的标签。 - `KubeletTracing`:新增在 Kubelet 中对分布式追踪的支持。 启用时,kubelet CRI 接口和经身份验证的 http 服务器被插桩以生成 OpenTelemetry 追踪 span。 - 参阅[针对 Kubernetes 系统组件的追踪](/zh-cn/docs/concepts/cluster-administration/system-traces/)获取更多详细信息。 + 参阅[针对 Kubernetes 系统组件的追踪](/zh-cn/docs/concepts/cluster-administration/system-traces/) + 获取更多详细信息。 - `LegacyServiceAccountTokenNoAutoGeneration`:停止基于 Secret 自动生成[服务账号令牌](/zh-cn/docs/reference/access-authn-authz/authentication/#service-account-tokens)。 TODO:一旦 CRI 实现具有检查点/恢复能力,就会添加有关返回码的更多信息。 这个 TODO 在发布之前无法被修复,因为 CRI 实现需要先合并对 Kubernetes 的变更, - 才能实现新的 CheckpointContainer CRI API 调用。我们需要等到 1.25 发布后才能修复此问题。 + 才能实现新的 ContainerCheckpoint CRI API 调用。我们需要等到 1.25 发布后才能修复此问题。 {{< /comment >}}