Merge pull request #44481 from windsonsea/gateyt

[zh] Localize feature-gates/t*.md
pull/44547/head
Kubernetes Prow Robot 2023-12-28 01:14:33 +01:00 committed by GitHub
commit 2b75e703b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 307 additions and 0 deletions

View File

@ -0,0 +1,33 @@
---
# Removed from Kubernetes
title: TaintBasedEvictions
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.6"
toVersion: "1.12"
- stage: beta
defaultValue: true
fromVersion: "1.13"
toVersion: "1.17"
- stage: stable
defaultValue: true
fromVersion: "1.18"
toVersion: "1.20"
removed: true
---
<!--
Enable evicting pods from nodes based on taints on Nodes and tolerations
on Pods. See [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/)
for more details.
-->
根据节点上的污点和 Pod 上的容忍度启用从节点驱逐 Pod 的特性。
更多细节参见[污点和容忍度](/zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration/)。

View File

@ -0,0 +1,31 @@
---
# Removed from Kubernetes
title: TaintNodesByCondition
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.8"
toVersion: "1.11"
- stage: beta
defaultValue: true
fromVersion: "1.12"
toVersion: "1.16"
- stage: stable
defaultValue: true
fromVersion: "1.17"
toVersion: "1.18"
removed: true
---
<!--
Enable automatic tainting nodes based on
[node conditions](/docs/concepts/architecture/nodes/#condition).
-->
根据[节点状况](/zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration/)启用自动为节点标记污点。

View File

@ -0,0 +1,33 @@
---
# Removed from Kubernetes
title: TokenRequestProjection
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.11"
toVersion: "1.11"
- stage: beta
defaultValue: true
fromVersion: "1.12"
toVersion: "1.19"
- stage: stable
defaultValue: true
fromVersion: "1.20"
toVersion: "1.21"
removed: true
---
<!--
Enable the injection of service account tokens into a Pod through a
[`projected` volume](/docs/concepts/storage/volumes/#projected).
-->
启用通过
[`projected` 卷](/zh-cn/docs/concepts/storage/volumes/#projected)将服务账号令牌注入到
Pod 中的特性。

View File

@ -0,0 +1,30 @@
---
# Removed from Kubernetes
title: TokenRequest
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.10"
toVersion: "1.11"
- stage: beta
defaultValue: true
fromVersion: "1.12"
toVersion: "1.19"
- stage: stable
defaultValue: true
fromVersion: "1.20"
toVersion: "1.21"
removed: true
---
<!--
Enable the `TokenRequest` endpoint on service account resources.
-->
在服务账号资源上启用 `TokenRequest` 端点。

View File

@ -0,0 +1,29 @@
---
title: TopologyAwareHints
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.21"
toVersion: "1.22"
- stage: beta
defaultValue: false
fromVersion: "1.23"
toVersion: "1.23"
- stage: beta
defaultValue: true
fromVersion: "1.24"
---
<!--
Enables topology aware routing based on topology hints
in EndpointSlices. See [Topology Aware
Hints](/docs/concepts/services-networking/topology-aware-hints/) for more
details.
-->
在 EndpointSlice 中启用基于拓扑提示的拓扑感知路由。
更多细节参见[拓扑感知路由](/zh-cn/docs/concepts/services-networking/topology-aware-routing/)。

View File

@ -0,0 +1,22 @@
---
title: TopologyManagerPolicyAlphaOptions
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.26"
---
<!--
Allow fine-tuning of topology manager policies,
experimental, Alpha-quality options.
This feature gate guards *a group* of topology manager options whose quality level is alpha.
This feature gate will never graduate to beta or stable.
-->
允许微调拓扑管理器策略的实验性的、Alpha 质量的选项。
此特性门控守护**一组**质量级别为 Alpha 的拓扑管理器选项。
此特性门控绝对不会进阶至 Beta 或稳定版。

View File

@ -0,0 +1,26 @@
---
title: TopologyManagerPolicyBetaOptions
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: beta
defaultValue: false
fromVersion: "1.26"
toVersion: "1.27"
- stage: beta
defaultValue: true
fromVersion: "1.28"
---
<!--
Allow fine-tuning of topology manager policies,
experimental, Beta-quality options.
This feature gate guards *a group* of topology manager options whose quality level is beta.
This feature gate will never graduate to stable.
-->
允许微调拓扑管理器策略的实验性的、Beta 质量的选项。
此特性门控守护**一组**质量级别为 Beta 的拓扑管理器选项。
此特性门控绝对不会进阶至稳定版。

View File

@ -0,0 +1,21 @@
---
title: TopologyManagerPolicyOptions
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.26"
toVersion: "1.27"
- stage: beta
defaultValue: true
fromVersion: "1.28"
---
<!--
Allow fine-tuning of topology manager policies,
-->
允许对拓扑管理器策略进行微调。

View File

@ -0,0 +1,31 @@
---
title: TopologyManager
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.16"
toVersion: "1.17"
- stage: beta
defaultValue: true
fromVersion: "1.18"
toVersion: "1.26"
- stage: stable
defaultValue: true
fromVersion: "1.27"
toVersion: "1.28"
removed: true
---
<!--
Enable a mechanism to coordinate fine-grained hardware resource
assignments for different components in Kubernetes. See
[Control Topology Management Policies on a node](/docs/tasks/administer-cluster/topology-manager/).
-->
启用一种机制来协调 Kubernetes 不同组件的细粒度硬件资源分配。
详见[控制节点上的拓扑管理策略](/zh-cn/docs/tasks/administer-cluster/topology-manager/)。

View File

@ -0,0 +1,19 @@
---
title: TranslateStreamCloseWebsocketRequests
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.29"
---
<!--
Allow WebSocket streaming of the
remote command sub-protocol (`exec`, `cp`, `attach`) from clients requesting
version 5 (v5) of the sub-protocol.
-->
允许从请求 v5 子协议版本的客户端处通过 WebSocket 流式传输远程命令子协议(`exec`、`cp`、`attach`)。

View File

@ -0,0 +1,32 @@
---
# Removed from Kubernetes
title: TTLAfterFinished
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.12"
toVersion: "1.20"
- stage: beta
defaultValue: true
fromVersion: "1.21"
toVersion: "1.22"
- stage: stable
defaultValue: true
fromVersion: "1.23"
toVersion: "1.24"
removed: true
---
<!--
Allow a [TTL controller](/docs/concepts/workloads/controllers/ttlafterfinished/)
to clean up resources after they finish execution.
-->
允许
[TTL 控制器](/zh-cn/docs/concepts/workloads/controllers/ttlafterfinished/)在资源执行完毕后清理资源。