Skip to content

Commit 8e747e0

Browse files
authored
Merge pull request #44460 from windsonsea/gatel
[zh] Localize feature-gates/l*.md
2 parents 2dfad78 + 90c3dca commit 8e747e0

10 files changed

+249
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
# Removed from Kubernetes
3+
title: LegacyNodeRoleBehavior
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.18"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.19"
18+
toVersion: "1.20"
19+
- stage: stable
20+
defaultValue: false
21+
fromVersion: "1.21"
22+
toVersion: "1.22"
23+
24+
removed: true
25+
---
26+
27+
<!--
28+
When disabled, legacy behavior in service load balancers and
29+
node disruption will ignore the `node-role.kubernetes.io/master` label in favor of the
30+
feature-specific labels provided by `NodeDisruptionExclusion` and `ServiceNodeExclusion`.
31+
-->
32+
禁用此门控时,服务负载均衡器中和节点干扰中的原先行为会忽略
33+
`node-role.kubernetes.io/master` 标签,将使用 `NodeDisruptionExclusion`
34+
`ServiceNodeExclusion` 对应特性所提供的标签。
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: LegacyServiceAccountTokenCleanUp
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.28"
12+
toVersion: "1.28"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.29"
16+
---
17+
18+
<!--
19+
Enable cleaning up Secret-based
20+
[service account tokens](/docs/concepts/security/service-accounts/#get-a-token)
21+
when they are not used in a specified time (default to be one year).
22+
-->
23+
当服务账号令牌在指定时间内(默认为一年)未被使用时,
24+
允许基于 Secret 清理[服务账号令牌](/zh-cn/docs/concepts/security/service-accounts/#get-a-token)
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: LegacyServiceAccountTokenNoAutoGeneration
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.24"
12+
toVersion: "1.25"
13+
- stage: stable
14+
defaultValue: true
15+
fromVersion: "1.26"
16+
toVersion: "1.28"
17+
18+
removed: true
19+
---
20+
21+
<!--
22+
Stop auto-generation of Secret-based
23+
[service account tokens](/docs/concepts/security/service-accounts/#get-a-token).
24+
-->
25+
停止基于 Secret
26+
自动生成[服务账号令牌](/zh-cn/docs/concepts/security/service-accounts/#get-a-token)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: LegacyServiceAccountTokenTracking
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.26"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.27"
16+
toVersion: "1.27"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.28"
20+
---
21+
22+
<!--
23+
Track usage of Secret-based
24+
[service account tokens](/docs/concepts/security/service-accounts/#get-a-token).
25+
-->
26+
跟踪基于 Secret
27+
[服务账号令牌](/zh-cn/docs/concepts/security/service-accounts/#get-a-token)的使用情况。
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: LoadBalancerIPMode
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+
Allows setting `ipMode` for Services where `type` is set to `LoadBalancer`.
16+
See [Specifying IPMode of load balancer status](/docs/concepts/services-networking/service/#load-balancer-ip-mode)
17+
for more information.
18+
-->
19+
当 Service 的 `type``LoadBalancer` 时,可设置该 Service 的 `ipMode`
20+
更多细节请参阅[指定负载均衡器状态的 IPMode](/zh-cn/docs/concepts/services-networking/service/#load-balancer-ip-mode)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: LocalStorageCapacityIsolationFSQuotaMonitoring
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.15"
12+
---
13+
14+
<!--
15+
When `LocalStorageCapacityIsolation`
16+
is enabled for
17+
[local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/)
18+
and the backing filesystem for [emptyDir volumes](/docs/concepts/storage/volumes/#emptydir)
19+
supports project quotas and they are enabled, use project quotas to monitor
20+
[emptyDir volume](/docs/concepts/storage/volumes/#emptydir) storage consumption rather than
21+
filesystem walk for better performance and accuracy.
22+
-->
23+
如果[本地临时存储](/zh-cn/docs/concepts/configuration/manage-resources-containers/)启用了
24+
`LocalStorageCapacityIsolation`,并且
25+
[emptyDir 卷](/zh-cn/docs/concepts/storage/volumes/#emptydir)所使用的文件系统支持项目配额,
26+
并且启用了这些配额,将使用项目配额来监视
27+
[emptyDir 卷](/zh-cn/docs/concepts/storage/volumes/#emptydir)的存储消耗而不是遍历文件系统,
28+
以此获得更好的性能和准确性。
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
# Removed from Kubernetes
3+
title: LocalStorageCapacityIsolation
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.7"
14+
toVersion: "1.9"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.10"
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+
<!--
28+
Enable the consumption of
29+
[local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/)
30+
and also the `sizeLimit` property of an
31+
[emptyDir volume](/docs/concepts/storage/volumes/#emptydir).
32+
-->
33+
允许使用[本地临时存储](/zh-cn/docs/concepts/configuration/manage-resources-containers/)以及
34+
[emptyDir 卷](/zh-cn/docs/concepts/storage/volumes/#emptydir)`sizeLimit` 属性。
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: LogarithmicScaleDown
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.21"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.22"
16+
---
17+
18+
<!--
19+
Enable semi-random selection of pods to evict on controller scaledown
20+
based on logarithmic bucketing of pod timestamps.
21+
-->
22+
启用 Pod 的半随机选择,控制器将根据 Pod 时间戳的对数桶按比例缩小来驱逐 Pod。
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: LoggingAlphaOptions
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.24"
12+
---
13+
14+
<!--
15+
Allow fine-tuing of experimental, alpha-quality logging options.
16+
-->
17+
允许微调实验性的、Alpha 级别的日志选项。
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: LoggingBetaOptions
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.24"
12+
---
13+
14+
<!--
15+
Allow fine-tuing of experimental, beta-quality logging options.
16+
-->
17+
允许微调实验性的、Beta 级别的日志选项。

0 commit comments

Comments
 (0)