10000 correct rendered output at Feature Gates page (#8889) · ArduinoBot/website@5c3fa99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c3fa99

Browse files
makocchi-gitk8s-ci-robot
authored andcommitted
correct rendered output at Feature Gates page (kubernetes#8889)
* remove caputre formatting directives (kubernetes#8877) * fix note block
1 parent a2cb17e commit 5c3fa99

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: Feature Gates
33
weight: 10
4+
notitle: true
45
---
56

6-
{% capture overview %}
7+
## Feature Gates
8+
79
This page contains an overview of the various feature gates an administrator
810
can specify on different Kubernetes components.
9-
{% endcapture %}
10-
11-
{% capture body %}
1211

1312
## Overview
1413

@@ -120,9 +119,10 @@ A *Beta* feature means:
120119
incompatible changes in subsequent releases. If you have multiple clusters
121120
that can be upgraded independently, you may be able to relax this restriction.
122121

122+
{{< note >}}
123123
**Note:** Please do try *Beta* features and give feedback on them!
124124
After they exit beta, it may not be practical for us to make more changes.
125-
{: .note}
125+
{{< /note >}}
126126

127127
A *GA* feature is also referred to as a *stable* feature. It means:
128128

@@ -220,6 +220,3 @@ Each feature gate is designed for enabling/disabling a specific feature:
220220
enables the usage of [`local`](/docs/concepts/storage/volumes/#local) volume
221221
type when used together with the `PersistentLocalVolumes` feature gate.
222222

223-
{% endcapture %}
224-
225-
{% include templates/concept.md %}

0 commit comments

Comments
 (0)
0