@@ -258,6 +258,7 @@ For a reference to old feature gates that are removed, please refer to
258
258
| ` TopologyManagerPolicyBetaOptions ` | ` true ` | Beta | 1.28 | |
259
259
| ` TopologyManagerPolicyOptions ` | ` false ` | Alpha | 1.26 | 1.27 |
260
260
| ` TopologyManagerPolicyOptions ` | ` true ` | Beta | 1.28 | |
261
+ | ` UnauthenticatedHTTP2DOSMitigation ` | ` false ` | Beta | 1.28 | |
261
262
| ` UnknownVersionInteroperabilityProxy ` | ` false ` | Alpha | 1.28 | |
262
263
| ` UserNamespacesSupport ` | ` false ` | Alpha | 1.28 | |
263
264
| ` ValidatingAdmissionPolicy ` | ` false ` | Alpha | 1.26 | 1.27 |
@@ -1272,13 +1273,18 @@ Each feature gate is designed for enabling/disabling a specific feature:
1272
1273
此特性门控绝对不会进阶至稳定版。
1273
1274
<!--
1274
1275
- `TopologyManagerPolicyOptions`: Allow fine-tuning of topology manager policies,
1276
+ - `UnauthenticatedHTTP2DOSMitigation`: Enables HTTP/2 Denial of Service (DoS)
1277
+ mitigations for unauthenticated clients.
1278
+ Kubernetes v1.28.0 through v1.28.2 do not include this feature gate.
1275
1279
- `UnknownVersionInteroperabilityProxy`: Proxy resource requests to the correct peer kube-apiserver when
1276
1280
multiple kube-apiservers exist at varied versions.
1277
1281
See [Mixed version proxy](/docs/concepts/architecture/mixed-version-proxy/) for more information.
1278
1282
- `UserNamespacesSupport`: Enable user namespace support for Pods.
1279
1283
Before Kubernetes v1.28, this feature gate was named `UserNamespacesStatelessPodsSupport`.
1280
1284
-->
1281
1285
- ` TopologyManagerPolicyOptions ` :允许微调拓扑管理器策略。
1286
+ - ` UnauthenticatedHTTP2DOSMitigation ` :此功能针对未认证客户端启用 HTTP/2 拒绝服务(DoS)防御机制。
1287
+ 值得注意的是,Kubernetes v1.28.0 至 v1.28.2 版本中并未包含这一功能。
1282
1288
- ` UnknownVersionInteroperabilityProxy ` :存在多个不同版本的 kube-apiserver 时将资源请求代理到正确的对等 kube-apiserver。
1283
1289
详细信息请参阅[ 混合版本代理] ( /zh-cn/docs/concepts/architecture/mixed-version-proxy/ ) 。
1284
1290
- ` UserNamespacesSupport ` :为 Pod 启用用户名字空间支持。
0 commit comments