File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
content/zh-cn/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +46
-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 : /zh-cn/docs/reference/command-line-tools-reference/feature-gates/
6
+ short_description : >
7
+ 一种控制是否启用某特定 Kubernetes 特性的方法。
8
+
9
+ aka :
10
+ tags :
11
+ - fundamental
12
+ - operation
13
+ ---
14
+ <!--
15
+ ---
16
+ title: Feature gate
17
+ id: feature-gate
18
+ date: 2023-01-12
19
+ full_link: /docs/reference/command-line-tools-reference/feature-gates/
20
+ short_description: >
21
+ A way to control whether or not a particular Kubernetes feature is enabled.
22
+
23
+ aka:
24
+ tags:
25
+ - fundamental
26
+ - operation
27
+ ---
28
+ -->
29
+
30
+ <!--
31
+ Feature gates are a set of keys (opaque string values) that you can use to control which
32
+ Kubernetes features are enabled in your cluster.
33
+ -->
34
+ 特性门控是一组键(非透明的字符串值),你可以用它来控制在你的集群中启用哪些 Kubernetes 特性。
35
+
36
+ <!-- more-->
37
+
38
+ <!--
39
+ You can turn these features on or off using the `--feature-gates` command line flag on each Kubernetes component.
40
+ Each Kubernetes component lets you enable or disable a set of feature gates that are relevant to that component.
41
+ The Kubernetes documentation lists all current
42
+ [feature gates](/docs/reference/command-line-tools-reference/feature-gates/) and what they control.
43
+ -->
44
+ 你可以在每个 Kubernetes 组件中使用 ` --feature-gates ` 命令行标志来开启或关闭这些特性。
45
+ 每个 Kubernetes 组件都可以让你开启或关闭一组与该组件相关的特性门控。
46
+ Kubernetes 文档列出了当前所有的[ 特性门控] ( /zh-cn/docs/reference/command-line-tools-reference/feature-gates/ ) 及其控制的内容。
You can’t perform that action at this time.
0 commit comments