Skip to content

Commit a1128ca

Browse files
authored
Merge pull request #39077 from Zhuzhenghao/feature-gates
[zh-cn] resync reference/command-line-tools-reference/feature-gates.md
2 parents ea97743 + 679571a commit a1128ca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ For a reference to old feature gates that are removed, please refer to
127127
| `CSIMigrationRBD` | `false` | Alpha | 1.23 | |
128128
| `CSINodeExpandSecret` | `false` | Alpha | 1.25 | |
129129
| `CSIVolumeHealth` | `false` | Alpha | 1.21 | |
130+
| `ComponentSLIs` | `false` | Alpha | 1.26 | |
130131
| `ContainerCheckpoint` | `false` | Alpha | 1.25 | |
131132
| `ContextualLogging` | `false` | Alpha | 1.24 | |
132133
| `CronJobTimeZone` | `false` | Alpha | 1.24 | 1.24 |
@@ -660,6 +661,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
660661
详情请参见 [`csi` 卷类型](/zh-cn/docs/concepts/storage/volumes/#csi)
661662
671675
- `CSIVolumeHealth`:启用对节点上的 CSI volume 运行状况监控的支持。
676+
- `ComponentSLIs`: 在 kubelet、kube-scheduler、kube-proxy、kube-controller-manager、cloud-controller-manager
677+
等 Kubernetes 组件上启用 `/metrics/slis` 端点,从而允许你抓取健康检查指标。
672678
- `ConsistentHTTPGetHandlers`:使用探测器为生命周期处理程序规范化 HTTP get URL 和标头传递。
673679
- `ContextualLogging`:当你启用这个特性门控,支持日志上下文记录的 Kubernetes
674680
组件会为日志输出添加额外的详细内容。
@@ -927,8 +933,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
927933
完成情况,而不是永远从集群剩余 Pod 来获取信息判断完成情况。Job 控制器使用
928934
Pod finalizers 和 Job 状态中的一个字段来跟踪已完成的 Pod 以计算完成。
929935
1167-
- `SELinuxMountReadWriteOncePod`通过使用正确的 SELinux
1168-
标签挂载卷而不是以递归方式更改这些卷上的每个文件来加速容器启动。最初的实现侧重 ReadWriteOncePod 卷。
1169+
- `SELinuxMountReadWriteOncePod`通过允许 kubelet 直接用正确的 SELinux
1170+
标签为 Pod 挂载卷而不是以递归方式更改这些卷上的每个文件来加速容器启动。最初的实现侧重 ReadWriteOncePod 卷。
11691171
- `SeccompDefault`: 允许将所有工作负载的默认 seccomp 配置文件为 `RuntimeDefault`
11701172
seccomp 配置在 Pod 或者容器的 `securityContext` 字段中指定。
1171-
- `SELinuxMountReadWriteOncePod`:允许 kubelet 直接用合适的 SELinux 标签为 Pod 挂载卷,
1172-
而不是将 SELinux 标签以递归方式应用到卷上的每个文件。
11731173
commit comments
Comments
 (0)