File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
content/en/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Feature gate
3
+ id : feature-gate
4
+ date : 2023-01-12
5
+ full_link : /docs/reference/command-line-tools-reference/feature-gates/
6
+ short_description : >
7
+ A way to control whether or not a particular Kubernetes feature is enabled.
8
+
9
+ aka :
10
+ tags :
11
+ - fundamental
12
+ - operation
13
+ ---
14
+
15
+ Feature gates are a set of keys (opaque string values) that you can use to control which
16
+ Kubernetes features are enabled in your cluster.
17
+
18
+ <!-- more-->
19
+
20
+ You can turn these features on or off using the ` --feature-gates ` command line flag on each Kubernetes component.
21
+ Each Kubernetes component lets you enable or disable a set of feature gates that are relevant to that component.
22
+ The Kubernetes documentation lists all current
23
+ [ feature gates] ( /docs/reference/command-line-tools-reference/feature-gates/ ) and what they control.
You can’t perform that action at this time.
0 commit comments