Skip to content

Commit 1ddc616

Browse files
1000DeltawindsonseaTim Bannistertengqm
committed
[zh] Localize feature-gates/e*.md
Apply suggestions from code review Co-authored-by: Michael <[email protected]> Co-authored-by: Tim Bannister <[email protected]> Co-authored-by: Qiming Teng <[email protected]>
1 parent 2cb6208 commit 1ddc616

19 files changed

+535
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: EfficientWatchResumption
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.20"
12+
toVersion: "1.20"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.21"
16+
toVersion: "1.23"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.24"
20+
---
21+
<!--
22+
Allows for storage-originated bookmark (progress
23+
notify) events to be delivered to the users. This is only applied to watch operations.
24+
-->
25+
允许将存储发起的书签(进度通知)事件传递给用户。这仅适用于 watch(监视)操作。
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: ElasticIndexedJob
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: true
11+
fromVersion: "1.27"
12+
---
13+
<!--
14+
Enables Indexed Jobs to be scaled up or down by mutating both
15+
`spec.completions` and `spec.parallelism` together such that `spec.completions == spec.parallelism`.
16+
See docs on [elastic Indexed Jobs](/docs/concepts/workloads/controllers/job#elastic-indexed-jobs)
17+
for more details.
18+
-->
19+
允许通过同时改变 `spec.completions``spec.parallelism`
20+
使得 `spec.completions == spec.parallelism` 来对带索引的 Job 执行扩容或缩容。
21+
更多细节请参阅[弹性索引 Job](/zh-cn/docs/concepts/workloads/controllers/job#elastic-indexed-jobs) 文档。
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
# Removed from Kubernetes
3+
title: EnableAggregatedDiscoveryTimeout
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
10+
stages:
11+
- stage: deprecated
12+
defaultValue: true
13+
fromVersion: "1.16"
14+
toVersion: "1.17"
15+
16+
removed: true
17+
18+
---
19+
<!--
20+
Enable the five second
21+
timeout on aggregated discovery calls.
22+
-->
23+
对聚合的发现调用启用五秒钟超时设置。
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
# Removed from Kubernetes
3+
title: EnableEquivalenceClassCache
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.12"
15+
- stage: deprecated
16+
fromVersion: "1.13"
17+
toVersion: "1.23"
18+
19+
removed: true
20+
---
21+
<!--
22+
Enable the scheduler to cache equivalence of
23+
nodes when scheduling Pods.
24+
-->
25+
调度 Pod 时,使调度器缓存节点的等效项。
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
# Removed from Kubernetes
3+
title: EndpointSliceNodeName
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.20"
14+
toVersion: "1.20"
15+
- stage: stable
16+
defaultValue: true
17+
fromVersion: "1.21"
18+
toVersion: "1.24"
19+
20+
removed: true
21+
---
22+
<!--
23+
Enables EndpointSlice `nodeName` field.
24+
-->
25+
启用 EndpointSlice 的 `nodeName` 字段。
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
# Removed from Kubernetes
3+
title: EndpointSliceProxying
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.18"
14+
toVersion: "1.18"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.19"
18+
toVersion: "1.21"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.22"
22+
toVersion: "1.24"
23+
24+
removed: true
25+
---
26+
<!--
27+
When enabled, kube-proxy running
28+
on Linux will use EndpointSlices as the primary data source instead of
29+
Endpoints, enabling scalability and performance improvements. See
30+
[Enabling Endpoint Slices](/docs/concepts/services-networking/endpoint-slices/).
31+
-->
32+
启用此特性门控时,Linux 上运行的 kube-proxy 会使用
33+
EndpointSlice 而不是 Endpoints 作为其主要数据源,
34+
从而使得可扩缩性和性能提升成为可能。
35+
参阅[启用 EndpointSlice](/zh-cn/docs/concepts/services-networking/endpoint-slices/)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: EndpointSliceTerminatingCondition
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.20"
12+
toVersion: "1.21"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.22"
16+
toVersion: "1.25"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.26"
20+
toVersion: "1.27"
21+
22+
removed: true
23+
---
24+
<!--
25+
Enables EndpointSlice `terminating` and `serving`
26+
condition fields.
27+
-->
28+
启用 EndpointSlice 的 `terminating``serving` 状况字段。
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
# Removed from Kubernetes
3+
title: EndpointSlice
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.16"
14+
toVersion: "1.16"
15+
- stage: beta
16+
defaultValue: false
17+
fromVersion: "1.17"
18+
toVersion: "1.17"
19+
- stage: beta
20+
defaultValue: true
21+
fromVersion: "1.18"
22+
toVersion: "1.20"
23+
- stage: stable
24+
defaultValue: true
25+
fromVersion: "1.21"
26+
toVersion: "1.24"
27+
28+
removed: true
29+
---
30+
<!--
31+
Enables EndpointSlices for more scalable and extensible
32+
network endpoints. See [Enabling EndpointSlices](/docs/concepts/services-networking/endpoint-slices/).
33+
-->
34+
启用 EndpointSlice 以实现可扩缩性和可扩展性更好的网络端点。
35+
参阅[启用 EndpointSlice](/zh-cn/docs/concepts/services-networking/endpoint-slices/)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
# Removed from Kubernetes
3+
title: EphemeralContainers
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.16"
14+
toVersion: "1.22"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.23"
18+
toVersion: "1.24"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.25"
22+
toVersion: "1.26"
23+
24+
removed: true
25+
---
26+
<!--
27+
Enable the ability to add
28+
{{< glossary_tooltip text="ephemeral containers" term_id="ephemeral-container" >}}
29+
to running Pods.
30+
-->
31+
启用添加{{< glossary_tooltip text="临时容器" term_id="ephemeral-container" >}}到正在运行的
32+
Pod 的特性。
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: EvenPodsSpread
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.16"
14+
toVersion: "1.17"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.18"
18+
toVersion: "1.18"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.19"
22+
toVersion: "1.21"
23+
24+
removed: true
25+
---
26+
<!--
27+
Enable pods to be scheduled evenly across topology domains. See
28+
[Pod Topology Spread Constraints](/docs/concepts/scheduling-eviction/topology-spread-constraints/).
29+
-->
30+
使 Pod 能够在拓扑域之间平衡调度。请参阅
31+
[Pod 拓扑扩展约束](/zh-cn/docs/concepts/scheduling-eviction/topology-spread-constraints/)

0 commit comments

Comments
 (0)