@@ -307,7 +307,7 @@ For a reference to old feature gates that are removed, please refer to
307
307
| ` DefaultPodTopologySpread ` | ` true ` | GA | 1.24 | - |
308
308
| ` DisableAcceleratorUsageMetrics ` | ` false ` | Alpha | 1.19 | 1.19 |
309
309
| ` DisableAcceleratorUsageMetrics ` | ` true ` | Beta | 1.20 | 1.24 |
310
- | ` DisableAcceleratorUsageMetrics ` | ` true ` | Beta | 1.25 | - |
310
+ | ` DisableAcceleratorUsageMetrics ` | ` true ` | GA | 1.25 | - |
311
311
| ` DryRun ` | ` false ` | Alpha | 1.12 | 1.12 |
312
312
| ` DryRun ` | ` true ` | Beta | 1.13 | 1.18 |
313
313
| ` DryRun ` | ` true ` | GA | 1.19 | - |
@@ -478,8 +478,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
478
478
- `APIResponseCompression`: Compress the API responses for `LIST` or `GET` requests.
479
479
- `APIServerIdentity`: Assign each API server an ID in a cluster.
480
480
- `APIServerTracing`: Add support for distributed tracing in the API server.
481
- See [Traces for Kubernetes System Components](/docs/concepts/cluster-administration/system-traces)
482
- for more details.
481
+ See [Traces for Kubernetes System Components](/docs/concepts/cluster-administration/system-traces) for more details.
483
482
-->
484
483
- ` APIListChunking ` :启用 API 客户端以块的形式从 API 服务器检索(“LIST” 或 “GET”)资源。
485
484
- ` APIPriorityAndFairness ` :在每个服务器上启用优先级和公平性来管理请求并发(由 ` RequestManagement ` 重命名而来)。
@@ -947,8 +946,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
947
946
- `KubeletTracing`: Add support for distributed tracing in the kubelet.
948
947
When enabled, kubelet CRI interface and authenticated http servers are instrumented to generate
949
948
OpenTelemetry trace spans.
950
- See [Traces for Kubernetes System Components](/docs/concepts/cluster-administration/system-traces)
951
- for more details.
949
+ See [Traces for Kubernetes System Components](/docs/concepts/cluster-administration/system-traces) for more details.
952
950
- `LegacyServiceAccountTokenNoAutoGeneration`: Stop auto-generation of Secret-based
953
951
[service account tokens](/docs/reference/access-authn-authz/authentication/#service-account-tokens).
954
952
-->
0 commit comments