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
Copy file name to clipboardExpand all lines: content/en/docs/contribute/new-content/new-features.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ should look like. Usually a single paragraph is enough; for longer explanations,
138
138
add documentation elsewhere and link to that.
139
139
140
140
Also,
141
-
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
141
+
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
142
142
in the [front matter](https://gohugo.io/content-management/front-matter/) of your Markdown
143
143
description file:
144
144
@@ -155,20 +155,20 @@ description of the feature gate is also required; create a new Markdown file
When you change a feature gate to disabled-by-default to enabled-by-default,
158
+
When you change a feature gate from disabled-by-default to enabled-by-default,
159
159
you may also need to change other documentation (not just the list of
160
160
feature gates). Watch out for language such as ”The `exampleSetting` field
161
161
is a beta field and disabled by default. You can enable it by enabling the
162
162
`ProcessExampleThings`feature gate.”
163
163
164
-
If your feature is GA'ed or deprecated,
165
-
include an additional `stage` entry within the `stages` block in the description file.
166
-
Ensure that the Alpha and Beta stages remain intact.
167
-
This step transitions the feature gate from the
164
+
If your feature is GA'ed or deprecated, include an additional `stage` entry within
165
+
the `stages` block in the description file.
166
+
Ensure that the Alpha and Beta stages remain intact. This step transitions the
167
+
feature gate from the
168
168
[Feature gates for Alpha/Feature](/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) table
169
169
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,
189
+
Eventually, Kubernetes will stop including the feature gate at all. To signify the removal of a feature gate,
189
190
include `removed: true` in the front matter of the respective description file.
190
-
This action triggers the transition of the feature gate
191
-
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
191
+
Making that change means that the feature gate information moves from
192
+
the [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
192
193
[Feature Gates (removed)](/docs/reference/command-line-tools-reference/feature-gates-removed/), including its description.
0 commit comments