23 lines
584 B
Markdown
23 lines
584 B
Markdown
---
|
||
title: UnauthenticatedHTTP2DOSMitigation
|
||
content_type: feature_gate
|
||
_build:
|
||
list: never
|
||
render: false
|
||
|
||
stages:
|
||
- stage: beta
|
||
defaultValue: false
|
||
fromVersion: "1.28"
|
||
toVersion: "1.28"
|
||
- stage: beta
|
||
defaultValue: true
|
||
fromVersion: "1.29"
|
||
---
|
||
|
||
<!--
|
||
Enables HTTP/2 Denial of Service (DoS) mitigations for unauthenticated clients.
|
||
Kubernetes v1.28.0 through v1.28.2 do not include this feature gate.
|
||
-->
|
||
启用了针对未认证客户端的 HTTP/2 拒绝服务(DoS)防护措施。
|
||
Kubernetes v1.28.0 至 v1.28.2 版本并未包括这项特性门控。 |