Skip to content

Commit 2b75e70

Browse files
authored
Merge pull request #44481 from windsonsea/gateyt
[zh] Localize feature-gates/t*.md
2 parents f7f6f91 + b595188 commit 2b75e70

11 files changed

+307
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
# Removed from Kubernetes
3+
title: TaintBasedEvictions
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
10+
stages:
11+
- stage: alpha
12+
defaultValue: false
13+
fromVersion: "1.6"
14+
toVersion: "1.12"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.13"
18+
toVersion: "1.17"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.18"
22+
toVersion: "1.20"
23+
24+
removed: true
25+
---
26+
27+
<!--
28+
Enable evicting pods from nodes based on taints on Nodes and tolerations
29+
on Pods. See [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/)
30+
for more details.
31+
-->
32+
根据节点上的污点和 Pod 上的容忍度启用从节点驱逐 Pod 的特性。
33+
更多细节参见[污点和容忍度](/zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration/)
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
# Removed from Kubernetes
3+
title: TaintNodesByCondition
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
10+
stages:
11+
- stage: alpha
12+
defaultValue: false
13+
fromVersion: "1.8"
14+
toVersion: "1.11"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.12"
18+
toVersion: "1.16"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.17"
22+
toVersion: "1.18"
23+
24+
removed: true
25+
---
26+
27+
<!--
28+
Enable automatic tainting nodes based on
29+
[node conditions](/docs/concepts/architecture/nodes/#condition).
30+
-->
31+
根据[节点状况](/zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration/)启用自动为节点标记污点。
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
# Removed from Kubernetes
3+
title: TokenRequestProjection
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
10+
stages:
11+
- stage: alpha
12+
defaultValue: false
13+
fromVersion: "1.11"
14+
toVersion: "1.11"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.12"
18+
toVersion: "1.19"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.20"
22+
toVersion: "1.21"
23+
24+
removed: true
25+
---
26+
27+
<!--
28+
Enable the injection of service account tokens into a Pod through a
29+
[`projected` volume](/docs/concepts/storage/volumes/#projected).
30+
-->
31+
启用通过
32+
[`projected`](/zh-cn/docs/concepts/storage/volumes/#projected)将服务账号令牌注入到
33+
Pod 中的特性。
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
# Removed from Kubernetes
3+
title: TokenRequest
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
10+
stages:
11+
- stage: alpha
12+
defaultValue: false
13+
fromVersion: "1.10"
14+
toVersion: "1.11"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.12"
18+
toVersion: "1.19"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.20"
22+
toVersion: "1.21"
23+
24+
removed: true
25+
---
26+
27+
<!--
28+
Enable the `TokenRequest` endpoint on service account resources.
29+
-->
30+
在服务账号资源上启用 `TokenRequest` 端点。
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: TopologyAwareHints
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.21"
12+
toVersion: "1.22"
13+
- stage: beta
14+
defaultValue: false
15+
fromVersion: "1.23"
16+
toVersion: "1.23"
17+
- stage: beta
18+
defaultValue: true
19+
fromVersion: "1.24"
20+
---
21+
22+
<!--
23+
Enables topology aware routing based on topology hints
24+
in EndpointSlices. See [Topology Aware
25+
Hints](/docs/concepts/services-networking/topology-aware-hints/) for more
26+
details.
27+
-->
28+
在 EndpointSlice 中启用基于拓扑提示的拓扑感知路由。
29+
更多细节参见[拓扑感知路由](/zh-cn/docs/concepts/services-networking/topology-aware-routing/)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: TopologyManagerPolicyAlphaOptions
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.26"
12+
---
13+
14+
<!--
15+
Allow fine-tuning of topology manager policies,
16+
experimental, Alpha-quality options.
17+
This feature gate guards *a group* of topology manager options whose quality level is alpha.
18+
This feature gate will never graduate to beta or stable.
19+
-->
20+
允许微调拓扑管理器策略的实验性的、Alpha 质量的选项。
21+
此特性门控守护**一组**质量级别为 Alpha 的拓扑管理器选项。
22+
此特性门控绝对不会进阶至 Beta 或稳定版。
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: TopologyManagerPolicyBetaOptions
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: false
11+
fromVersion: "1.26"
12+
toVersion: "1.27"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.28"
16+
---
17+
18+
<!--
19+
Allow fine-tuning of topology manager policies,
20+
experimental, Beta-quality options.
21+
This feature gate guards *a group* of topology manager options whose quality level is beta.
22+
This feature gate will never graduate to stable.
23+
-->
24+
允许微调拓扑管理器策略的实验性的、Beta 质量的选项。
25+
此特性门控守护**一组**质量级别为 Beta 的拓扑管理器选项。
26+
此特性门控绝对不会进阶至稳定版。
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: TopologyManagerPolicyOptions
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.26"
12+
toVersion: "1.27"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.28"
16+
---
17+
18+
<!--
19+
Allow fine-tuning of topology manager policies,
20+
-->
21+
允许对拓扑管理器策略进行微调。
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: TopologyManager
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.16"
12+
toVersion: "1.17"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.18"
16+
toVersion: "1.26"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.27"
20+
toVersion: "1.28"
21+
22+
removed: true
23+
---
24+
25+
<!--
26+
Enable a mechanism to coordinate fine-grained hardware resource
27+
assignments for different components in Kubernetes. See
28+
[Control Topology Management Policies on a node](/docs/tasks/administer-cluster/topology-manager/).
29+
-->
30+
启用一种机制来协调 Kubernetes 不同组件的细粒度硬件资源分配。
31+
详见[控制节点上的拓扑管理策略](/zh-cn/docs/tasks/administer-cluster/topology-manager/)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: TranslateStreamCloseWebsocketRequests
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.29"
12+
---
13+
14+
<!--
15+
Allow WebSocket streaming of the
16+
remote command sub-protocol (`exec`, `cp`, `attach`) from clients requesting
17+
version 5 (v5) of the sub-protocol.
18+
-->
19+
允许从请求 v5 子协议版本的客户端处通过 WebSocket 流式传输远程命令子协议(`exec``cp``attach`)。

0 commit comments

Comments
 (0)