@@ -234,7 +234,7 @@ For a reference to old feature gates that are removed, please refer to
234
234
| ` SELinuxMountReadWriteOncePod ` | ` false ` | Alpha | 1.25 | 1.26 |
235
235
| ` SELinuxMountReadWriteOncePod ` | ` false ` | Beta | 1.27 | 1.27 |
236
236
| ` SELinuxMountReadWriteOncePod ` | ` true ` | Beta | 1.28 | |
237
- | ` SchedulerQueueingHints ` | ` false ` | Alpha | 1.28 | |
237
+ | ` SchedulerQueueingHints ` | ` true ` | Beta | 1.28 | |
238
238
| ` SecurityContextDeny ` | ` false ` | Alpha | 1.27 | |
239
239
| ` ServiceNodePortStaticSubrange ` | ` false ` | Alpha | 1.27 | 1.27 |
240
240
| ` ServiceNodePortStaticSubrange ` | ` true ` | Beta | 1.28 | |
@@ -1252,17 +1252,19 @@ Each feature gate is designed for enabling/disabling a specific feature:
1252
1252
- `SELinuxMountReadWriteOncePod`: Speeds up container startup by allowing kubelet to mount volumes
1253
1253
for a Pod directly with the correct SELinux label instead of changing each file on the volumes
1254
1254
recursively. The initial implementation focused on ReadWriteOncePod volumes.
1255
- - `SchedulerQueueingHints`: Enables the scheduler's _queueing hints_ enhancement,
1255
+ - `SchedulerQueueingHints`: Enables [ the scheduler's _queueing hints_ enhancement](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/4247-queueinghint/README.md) ,
1256
1256
which benefits to reduce the useless requeueing.
1257
- - `SeccompDefault`: Enables the use of `RuntimeDefault` as the default seccomp profile
1258
- for all workloads.
1259
- The seccomp profile is specified in the `securityContext` of a Pod and/or a Container .
1257
+ The scheduler retries scheduling pods if something changes in the cluster that could make the pod scheduled.
1258
+ Queueing hints are internal signals that allow the scheduler to filter the changes in the cluster
1259
+ that are relevant to the unscheduled pod, based on previous scheduling attempts .
1260
1260
-->
1261
1261
- ` SELinuxMountReadWriteOncePod ` :通过允许 kubelet 直接用正确的 SELinux
1262
1262
标签为 Pod 挂载卷而不是以递归方式更改这些卷上的每个文件来加速容器启动。最初的实现侧重 ReadWriteOncePod 卷。
1263
- - ` SchedulerQueueingHints ` :启用调度器的** 排队提示** 增强功能,有助于减少无效的重新排队。
1264
- - ` SeccompDefault ` : 允许将所有工作负载的默认 seccomp 配置文件为 ` RuntimeDefault ` 。
1265
- seccomp 配置在 Pod 或者容器的 ` securityContext ` 字段中指定。
1263
+ - ` SchedulerQueueingHints ` :启用[ 调度器的** 排队提示** 增强功能] ( https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/4247-queueinghint/README.md ) ,
1264
+ 有助于减少无效的重新排队。调度器会在集群中发生可能导致 Pod 被重新调度的变化时,
1265
+ 尝试重新进行 Pod 的调度。排队提示是一些内部信号,
1266
+ 用于帮助调度器基于先前的调度尝试来筛选集群中与未调度的 Pod 相关的变化。
1267
+
1266
1268
<!--
1267
1269
- `SecurityContextDeny`: This gate signals that the `SecurityContextDeny` admission controller is deprecated.
1268
1270
- `ServerSideApply`: Enables the [Sever Side Apply (SSA)](/docs/reference/using-api/server-side-apply/)
0 commit comments