From 679571ab9cad7e0faf59c603ac95d699c93ceaba Mon Sep 17 00:00:00 2001 From: zhuzhenghao Date: Tue, 24 Jan 2023 16:39:38 +0800 Subject: [PATCH] [zh-cn] resync reference/command-line-tools-reference/feature-gates.md --- .../feature-gates.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 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 6ff69e0ba62..ac0df72450b 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 @@ -127,6 +127,7 @@ For a reference to old feature gates that are removed, please refer to | `CSIMigrationRBD` | `false` | Alpha | 1.23 | | | `CSINodeExpandSecret` | `false` | Alpha | 1.25 | | | `CSIVolumeHealth` | `false` | Alpha | 1.21 | | +| `ComponentSLIs` | `false` | Alpha | 1.26 | | | `ContainerCheckpoint` | `false` | Alpha | 1.25 | | | `ContextualLogging` | `false` | Alpha | 1.24 | | | `CronJobTimeZone` | `false` | Alpha | 1.24 | 1.24 | @@ -660,6 +661,9 @@ Each feature gate is designed for enabling/disabling a specific feature: 详情请参见 [`csi` 卷类型](/zh-cn/docs/concepts/storage/volumes/#csi)。 - `CSIVolumeHealth`:启用对节点上的 CSI volume 运行状况监控的支持。 +- `ComponentSLIs`: 在 kubelet、kube-scheduler、kube-proxy、kube-controller-manager、cloud-controller-manager + 等 Kubernetes 组件上启用 `/metrics/slis` 端点,从而允许你抓取健康检查指标。 - `ConsistentHTTPGetHandlers`:使用探测器为生命周期处理程序规范化 HTTP get URL 和标头传递。 - `ContextualLogging`:当你启用这个特性门控,支持日志上下文记录的 Kubernetes 组件会为日志输出添加额外的详细内容。 @@ -927,8 +933,7 @@ Each feature gate is designed for enabling/disabling a specific feature: 完成情况,而不是永远从集群剩余 Pod 来获取信息判断完成情况。Job 控制器使用 Pod finalizers 和 Job 状态中的一个字段来跟踪已完成的 Pod 以计算完成。 -- `SELinuxMountReadWriteOncePod`:通过使用正确的 SELinux - 标签挂载卷而不是以递归方式更改这些卷上的每个文件来加速容器启动。最初的实现侧重 ReadWriteOncePod 卷。 +- `SELinuxMountReadWriteOncePod`:通过允许 kubelet 直接用正确的 SELinux + 标签为 Pod 挂载卷而不是以递归方式更改这些卷上的每个文件来加速容器启动。最初的实现侧重 ReadWriteOncePod 卷。 - `SeccompDefault`: 允许将所有工作负载的默认 seccomp 配置文件为 `RuntimeDefault`。 seccomp 配置在 Pod 或者容器的 `securityContext` 字段中指定。 -- `SELinuxMountReadWriteOncePod`:允许 kubelet 直接用合适的 SELinux 标签为 Pod 挂载卷, - 而不是将 SELinux 标签以递归方式应用到卷上的每个文件。