Skip to content

Commit 6650788

Browse files
authored
Merge pull request #37390 from kinzhi/kinzhi220
[zh-cn]Update feature-gates.md
2 parents e19ac98 + a4ae1da commit 6650788

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ For a reference to old feature gates that are removed, please refer to
307307
| `DefaultPodTopologySpread` | `true` | GA | 1.24 | - |
308308
| `DisableAcceleratorUsageMetrics` | `false` | Alpha | 1.19 | 1.19 |
309309
| `DisableAcceleratorUsageMetrics` | `true` | Beta | 1.20 | 1.24 |
310-
| `DisableAcceleratorUsageMetrics` | `true` | Beta | 1.25 |- |
310+
| `DisableAcceleratorUsageMetrics` | `true` | GA | 1.25 |- |
311311
| `DryRun` | `false` | Alpha | 1.12 | 1.12 |
312312
| `DryRun` | `true` | Beta | 1.13 | 1.18 |
313313
| `DryRun` | `true` | GA | 1.19 | - |
@@ -478,8 +478,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
478478
- `APIResponseCompression`: Compress the API responses for `LIST` or `GET` requests.
479479
- `APIServerIdentity`: Assign each API server an ID in a cluster.
480480
- `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.
483482
-->
484483
- `APIListChunking`:启用 API 客户端以块的形式从 API 服务器检索(“LIST” 或 “GET”)资源。
485484
- `APIPriorityAndFairness`:在每个服务器上启用优先级和公平性来管理请求并发(由 `RequestManagement` 重命名而来)。
@@ -947,8 +946,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
947946
- `KubeletTracing`: Add support for distributed tracing in the kubelet.
948947
When enabled, kubelet CRI interface and authenticated http servers are instrumented to generate
949948
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.
952950
- `LegacyServiceAccountTokenNoAutoGeneration`: Stop auto-generation of Secret-based
953951
[service account tokens](/docs/reference/access-authn-authz/authentication/#service-account-tokens).
954952
-->

0 commit comments

Comments
 (0)