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
<!--
662663
- `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.
663667
- `ConsistentHTTPGetHandlers`: Normalize HTTP get URL and Header passing for lifecycle
664668
handlers with probers.
665669
- `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:
669673
- `CronJobTimeZone`: Allow the use of the `timeZone` optional field in [CronJobs](/docs/concepts/workloads/controllers/cron-jobs/)
670674
-->
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
<!--
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.
932937
- `KubeletCredentialProviders`: Enable kubelet exec credential providers for
933938
image pull credentials.
934939
- `KubeletInUserNamespace`: Enables support for running kubelet in a
@@ -1154,22 +1159,17 @@ Each feature gate is designed for enabling/disabling a specific feature:
11541159
更多详细信息,请参见
11551160
[kubelet 配置](/zh-cn/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#kubelet-configuration)
11561161
<!--
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.
11601165
- `SeccompDefault`: Enables the use of `RuntimeDefault` as the default seccomp profile
11611166
for all workloads.
11621167
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.
11661168
-->
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
<!--
11741174
- `ServerSideApply`: Enables the [Sever Side Apply (SSA)](/docs/reference/using-api/server-side-apply/)
11751175
feature on the API Server.

0 commit comments

Comments
 (0)