@@ -127,6 +127,7 @@ For a reference to old feature gates that are removed, please refer to
127
127
| ` CSIMigrationRBD ` | ` false ` | Alpha | 1.23 | |
128
128
| ` CSINodeExpandSecret ` | ` false ` | Alpha | 1.25 | |
129
129
| ` CSIVolumeHealth ` | ` false ` | Alpha | 1.21 | |
130
+ | ` ComponentSLIs ` | ` false ` | Alpha | 1.26 | |
130
131
| ` ContainerCheckpoint ` | ` false ` | Alpha | 1.25 | |
131
132
| ` ContextualLogging ` | ` false ` | Alpha | 1.24 | |
132
133
| ` CronJobTimeZone ` | ` false ` | Alpha | 1.24 | 1.24 |
@@ -660,6 +661,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
660
661
详情请参见 [ ` csi ` 卷类型] ( /zh-cn/docs/concepts/storage/volumes/#csi ) 。
661
662
<!--
662
663
- `CSIVolumeHealth`: Enable support for CSI volume health monitoring on node.
664
+ - `ComponentSLIs`: Enable the `/metrics/slis` endpoint on Kubernetes components like
665
+ kubelet, kube-scheduler, kube-proxy, kube-controller-manager, cloud-controller-manager
666
+ allowing you to scrape health check metrics.
663
667
- `ConsistentHTTPGetHandlers`: Normalize HTTP get URL and Header passing for lifecycle
664
668
handlers with probers.
665
669
- `ContextualLogging`: When you enable this feature gate, Kubernetes components that support
@@ -669,6 +673,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
669
673
- `CronJobTimeZone`: Allow the use of the `timeZone` optional field in [CronJobs](/docs/concepts/workloads/controllers/cron-jobs/)
670
674
-->
671
675
- ` CSIVolumeHealth ` :启用对节点上的 CSI volume 运行状况监控的支持。
676
+ - ` ComponentSLIs ` : 在 kubelet、kube-scheduler、kube-proxy、kube-controller-manager、cloud-controller-manager
677
+ 等 Kubernetes 组件上启用 ` /metrics/slis ` 端点,从而允许你抓取健康检查指标。
672
678
- ` ConsistentHTTPGetHandlers ` :使用探测器为生命周期处理程序规范化 HTTP get URL 和标头传递。
673
679
- ` ContextualLogging ` :当你启用这个特性门控,支持日志上下文记录的 Kubernetes
674
680
组件会为日志输出添加额外的详细内容。
@@ -927,8 +933,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
927
933
完成情况,而不是永远从集群剩余 Pod 来获取信息判断完成情况。Job 控制器使用
928
934
Pod finalizers 和 Job 状态中的一个字段来跟踪已完成的 Pod 以计算完成。
929
935
<!--
930
- - `KMSv2`: Enables KMS v2 API for encryption at rest.
931
- See [Using a KMS Provider for data encryption](/docs/tasks/administer-cluster/kms-provider) for more details.
936
+ - `KMSv2`: Enables KMS v2 API for encryption at rest. See [Using a KMS Provider for data encryption](/docs/tasks/administer-cluster/kms-provider) for more details.
932
937
- `KubeletCredentialProviders`: Enable kubelet exec credential providers for
933
938
image pull credentials.
934
939
- `KubeletInUserNamespace`: Enables support for running kubelet in a
@@ -1154,22 +1159,17 @@ Each feature gate is designed for enabling/disabling a specific feature:
1154
1159
更多详细信息,请参见
1155
1160
[ kubelet 配置] ( /zh-cn/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#kubelet-configuration ) 。
1156
1161
<!--
1157
- - `SELinuxMountReadWriteOncePod`: Speed up container startup by mounting volumes with the correct
1158
- SELinux label instead of changing each file on the volumes recursively. The initial implementation
1159
- focused on ReadWriteOncePod volumes.
1162
+ - `SELinuxMountReadWriteOncePod`: Speeds up container startup by allowing kubelet to mount volumes
1163
+ for a Pod directly with the correct SELinux label instead of changing each file on the volumes
1164
+ recursively. The initial implementation focused on ReadWriteOncePod volumes.
1160
1165
- `SeccompDefault`: Enables the use of `RuntimeDefault` as the default seccomp profile
1161
1166
for all workloads.
1162
1167
The seccomp profile is specified in the `securityContext` of a Pod and/or a Container.
1163
- - `SELinuxMountReadWriteOncePod`: Allows kubelet to mount volumes for a Pod directly with the
1164
- right SELinux label instead of applying the SELinux label recursively on every file on the
1165
- volume.
1166
1168
-->
1167
- - ` SELinuxMountReadWriteOncePod ` :通过使用正确的 SELinux
1168
- 标签挂载卷而不是以递归方式更改这些卷上的每个文件来加速容器启动 。最初的实现侧重 ReadWriteOncePod 卷。
1169
+ - ` SELinuxMountReadWriteOncePod ` :通过允许 kubelet 直接用正确的 SELinux
1170
+ 标签为 Pod 挂载卷而不是以递归方式更改这些卷上的每个文件来加速容器启动 。最初的实现侧重 ReadWriteOncePod 卷。
1169
1171
- ` SeccompDefault ` : 允许将所有工作负载的默认 seccomp 配置文件为 ` RuntimeDefault ` 。
1170
1172
seccomp 配置在 Pod 或者容器的 ` securityContext ` 字段中指定。
1171
- - ` SELinuxMountReadWriteOncePod ` :允许 kubelet 直接用合适的 SELinux 标签为 Pod 挂载卷,
1172
- 而不是将 SELinux 标签以递归方式应用到卷上的每个文件。
1173
1173
<!--
1174
1174
- `ServerSideApply`: Enables the [Sever Side Apply (SSA)](/docs/reference/using-api/server-side-apply/)
1175
1175
feature on the API Server.
0 commit comments