You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your feature is an Alpha or Beta feature and is behind a feature gate,
247
-
make sure you add it to [Alpha/Beta Feature gates](/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features)
248
-
table as part of your pull request. With new feature gates, a description of
249
-
the feature gate is also required. If your feature is GA'ed or deprecated,
to ensure your feature gate appears in the [Alpha/Beta Feature gates](/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) table, include the following details
275
+
in the [front matter](https://gohugo.io/content-management/front-matter/) of your Markdown
When you change a feature gate to disabled-by-default to enabled-by-default,
311
+
you may also need to change other documentation (not just the list of
312
+
feature gates). Watch out for language such as ”The `exampleSetting` field
313
+
is a beta field and disabled by default. You can enable it by enabling the
314
+
`ProcessExampleThings`feature gate.”
315
+
-->
316
+
当你将特性门控从默认禁用更改为默认启用时,你可能还需要更改其他文档(不仅仅是特性门控列表)。
317
+
参照这样的话术 “`exampleSetting` 字段是一个 Beta 字段,默认禁用。
318
+
你可以通过启用 `ProcessExampleThings` 特性门控来启用此字段。”
319
+
320
+
<!--
321
+
If your feature is GA'ed or deprecated,
322
+
include an additional `stage` entry within the `stages` block in the description file.
323
+
Ensure that the Alpha and Beta stages remain intact.
324
+
This step transitions the feature gate from the
251
325
[Feature gates for Alpha/Feature](/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) table
252
-
to [Feature gates for graduated or deprecated features](/docs/reference/command-line-tools-reference/feature-gates-removed/#feature-gates-that-are-removed)
253
-
table with Alpha and Beta history intact.
326
+
to [Feature gates for graduated or deprecated features](/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-graduated-or-deprecated-features) table. For example:
Eventually, Kubernetes will stop including the feature gate at all. To signify the removal of a feature gate,
355
+
include `removed: true` in the front matter of the respective description file.
356
+
This action triggers the transition of the feature gate
357
+
from [Feature gates for graduated or deprecated features](/docs/reference/command-line-tools-reference/feature-gates-removed/#feature-gates-that-are-removed) section to a dedicated page titled
358
+
[Feature Gates (removed)](/docs/reference/command-line-tools-reference/feature-gates-removed/), including its description.
0 commit comments