Skip to content

Commit 8d326ad

Browse files
Added feature-gate to glossary (#38895)
* Added feature-gates into glossary * Update content/en/docs/reference/glossary/feature-gates.md Co-authored-by: divya-mohan0209 <[email protected]> * incorporated the suggestions for: glossary term feature gate * Incorporated review comments * Incorporated review comments * Update content/en/docs/reference/glossary/feature-gates.md Co-authored-by: divya-mohan0209 <[email protected]> Co-authored-by: divya-mohan0209 <[email protected]>
1 parent a0604c4 commit 8d326ad

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.

0 commit comments

Comments
 (0)