Skip to content

Commit 69170a9

Browse files
authored
Merge pull request #39645 from qlijin/translate_new_file
[zh-cn] Translate docs/reference/glossary/feature-gates.md
2 parents 8b7e4f3 + e97e4bb commit 69170a9

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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/)及其控制的内容。

0 commit comments

Comments
 (0)