Skip to content

Commit 36f1fa2

Browse files
authored
Merge pull request #44165 from dipesh-rawat/add-missing-feature-gate
Add doc for UnauthenticatedHTTP2DOSMitigation feature gate
2 parents d3d3f08 + 7d7113d commit 36f1fa2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ For a reference to old feature gates that are removed, please refer to
209209
| `TopologyManagerPolicyBetaOptions` | `true` | Beta | 1.28 | |
210210
| `TopologyManagerPolicyOptions` | `false` | Alpha | 1.26 | 1.27 |
211211
| `TopologyManagerPolicyOptions` | `true` | Beta | 1.28 | |
212+
| `UnauthenticatedHTTP2DOSMitigation` | `false` | Beta | 1.28 | |
212213
| `UnknownVersionInteroperabilityProxy` | `false` | Alpha | 1.28 | |
213214
| `UserNamespacesSupport` | `false` | Alpha | 1.28 | |
214215
| `ValidatingAdmissionPolicy` | `false` | Alpha | 1.26 | 1.27 |
@@ -766,6 +767,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
766767
This feature gate guards *a group* of topology manager options whose quality level is beta.
767768
This feature gate will never graduate to stable.
768769
- `TopologyManagerPolicyOptions`: Allow fine-tuning of topology manager policies,
770+
- `UnauthenticatedHTTP2DOSMitigation`: Enables HTTP/2 Denial of Service (DoS)
771+
mitigations for unauthenticated clients.
772+
Kubernetes v1.28.0 through v1.28.2 do not include this feature gate.
769773
- `UnknownVersionInteroperabilityProxy`: Proxy resource requests to the correct peer kube-apiserver when
770774
multiple kube-apiservers exist at varied versions.
771775
See [Mixed version proxy](/docs/concepts/architecture/mixed-version-proxy/) for more information.

0 commit comments

Comments
 (0)