File tree 1 file changed +5
-8
lines changed
content/en/docs/reference/command-line-tools-reference 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Feature Gates
3
3
weight : 10
4
+ notitle : true
4
5
---
5
6
6
- {% capture overview %}
7
+ ## Feature Gates
8
+
7
9
This page contains an overview of the various feature gates an administrator
8
10
can specify on different Kubernetes components.
9
- {% endcapture %}
10
-
11
- {% capture body %}
12
11
13
12
## Overview
14
13
@@ -120,9 +119,10 @@ A *Beta* feature means:
120
119
incompatible changes in subsequent releases. If you have multiple clusters
121
120
that can be upgraded independently, you may be able to relax this restriction.
122
121
122
+ {{< note >}}
123
123
** Note:** Please do try * Beta* features and give feedback on them!
124
124
After they exit beta, it may not be practical for us to make more changes.
125
- {: . note}
125
+ {{< / note >} }
126
126
127
127
A * GA* feature is also referred to as a * stable* feature. It means:
128
128
@@ -220,6 +220,3 @@ Each feature gate is designed for enabling/disabling a specific feature:
220
220
enables the usage of [ ` local ` ] ( /docs/concepts/storage/volumes/#local ) volume
221
221
type when used together with the ` PersistentLocalVolumes ` feature gate.
222
222
223
- {% endcapture %}
224
-
225
- {% include templates/concept.md %}
You can’t perform that action at this time.
0 commit comments