Skip to content

Commit c0c4dac

Browse files
authored
Merge pull request #49544 from windsonsea/feagatt
[zh] Rename and sync feature-gates/T*.md to Z*.md
2 parents 27fac73 + f7a0fdc commit c0c4dac

40 files changed

+12
-7
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ stages:
1212
---
1313

1414
<!--
15-
Enable [fine-tuning](/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)
16-
of topology manager policies.
15+
Allow fine-tuning of topology manager policies,
1716
experimental, Alpha-quality options.
1817
This feature gate guards *a group* of topology manager options whose quality level is alpha.
1918
This feature gate will never graduate to beta or stable.
2019
-->
21-
启用拓扑管理器策略的[微调](zh-cn/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)
2220
允许微调拓扑管理器策略的实验性的、Alpha 质量的选项。
2321
此特性门控守护**一组**质量级别为 Alpha 的拓扑管理器选项。
2422
此特性门控绝对不会进阶至 Beta 或稳定版。
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ _build:
66
render: false
77

88
stages:
9-
- stage: alpha
9+
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.26"
1212
toVersion: "1.27"
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.28"
16+
toVersion: "1.31"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.32"
1620
---
1721

1822
<!--

0 commit comments

Comments
 (0)