Skip to content

Commit 11eddcb

Browse files
authored
Merge pull request #44421 from windsonsea/feagate
[zh] Localize /feature-gates/a*.md
2 parents 9c1a72e + c20a540 commit 11eddcb

16 files changed

+230
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
# Removed from Kubernetes
3+
title: Accelerators
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Provided an early form of plugin to enable Nvidia GPU support when using
13+
Docker Engine; no longer available. See
14+
[Device Plugins](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) for
15+
an alternative.
16+
-->
17+
使用 Docker Engine 时启用 Nvidia GPU 支持。这一特性不再提供。
18+
关于替代方案,请参阅[设备插件](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: AdmissionWebhookMatchConditions
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable [match conditions](/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions)
11+
on mutating & validating admission webhooks.
12+
-->
13+
在变更性质和合法性检查性质的准入 Webhook
14+
上启用[匹配状况](/zh-cn/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: AdvancedAuditing
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable [advanced auditing](/docs/tasks/debug/debug-cluster/audit/#advanced-audit)
11+
-->
12+
启用[高级审计](/zh-cn/docs/tasks/debug/debug-cluster/audit/#advanced-audit)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
# Removed from Kubernetes
3+
title: AffinityInAnnotations
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable setting
13+
[Pod affinity or anti-affinity](/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity).
14+
-->
15+
启用
16+
[Pod 亲和性或反亲和性](/zh-cn/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)设置。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: AggregatedDiscoveryEndpoint
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable a single HTTP endpoint `/discovery/<version>` which
11+
supports native HTTP caching with ETags containing all APIResources known to the API server.
12+
-->
13+
启用单个 HTTP 端点 `/discovery/<version>`
14+
支持用 ETag 进行原生 HTTP 缓存,包含 API 服务器已知的所有 APIResource。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
# Removed from Kubernetes
3+
title: AllowExtTrafficLocalEndpoints
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable a service to route external requests to node local endpoints.
13+
-->
14+
允许服务将外部请求路由到节点本地端点。
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
# Removed from Kubernetes
3+
title: AllowInsecureBackendProxy
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable the users to skip TLS verification of
13+
kubelets on Pod log requests.
14+
-->
15+
允许用户在请求 Pod 日志时跳过 kubelet 的 TLS 验证。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: AnyVolumeDataSource
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable use of any custom resource as the `DataSource` of a
11+
{{< glossary_tooltip text="PVC" term_id="persistent-volume-claim" >}}.
12+
-->
13+
允许使用任何自定义的资源来作为
14+
{{< glossary_tooltip text="PVC" term_id="persistent-volume-claim" >}} 中的 `dataSource`
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: APIListChunking
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable the API clients to retrieve (`LIST` or `GET`)
11+
resources from API server in chunks.
12+
-->
13+
允许 API 客户端以块的形式从 API 服务器检索(`LIST``GET`)资源。
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: APIPriorityAndFairness
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable managing request concurrency with
11+
prioritization and fairness at each server. (Renamed from `RequestManagement`)
12+
-->
13+
在每个服务器上启用优先级和公平性来管理请求的并发度(由 `RequestManagement` 重命名而来)。

0 commit comments

Comments
 (0)