File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
content/en/docs/reference/command-line-tools-reference Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ For a reference to old feature gates that are removed, please refer to
209
209
| ` TopologyManagerPolicyBetaOptions ` | ` true ` | Beta | 1.28 | |
210
210
| ` TopologyManagerPolicyOptions ` | ` false ` | Alpha | 1.26 | 1.27 |
211
211
| ` TopologyManagerPolicyOptions ` | ` true ` | Beta | 1.28 | |
212
+ | ` UnauthenticatedHTTP2DOSMitigation ` | ` false ` | Beta | 1.28 | |
212
213
| ` UnknownVersionInteroperabilityProxy ` | ` false ` | Alpha | 1.28 | |
213
214
| ` UserNamespacesSupport ` | ` false ` | Alpha | 1.28 | |
214
215
| ` ValidatingAdmissionPolicy ` | ` false ` | Alpha | 1.26 | 1.27 |
@@ -766,6 +767,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
766
767
This feature gate guards * a group* of topology manager options whose quality level is beta.
767
768
This feature gate will never graduate to stable.
768
769
- ` 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.
769
773
- ` UnknownVersionInteroperabilityProxy ` : Proxy resource requests to the correct peer kube-apiserver when
770
774
multiple kube-apiservers exist at varied versions.
771
775
See [ Mixed version proxy] ( /docs/concepts/architecture/mixed-version-proxy/ ) for more information.
You can’t perform that action at this time.
0 commit comments