Skip to content

Commit d0a5e23

Browse files
authored
Merge pull request #44566 from 1000Delta/zh_feature-gates_s2
[zh] Localize feature-gates/s*.md part 2
2 parents 7311a39 + 799b46c commit d0a5e23

14 files changed

+367
-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: ServiceAccountIssuerDiscovery
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.19"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.20"
18+
toVersion: "1.20"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.21"
22+
toVersion: "1.23"
23+
24+
removed: true
25+
---
26+
<!--
27+
Enable OIDC discovery endpoints (issuer and JWKS URLs) for the
28+
service account issuer in the API server. See
29+
[Configure Service Accounts for Pods](/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery)
30+
for more details.
31+
-->
32+
在 API 服务器中为服务账号颁发者启用 OIDC 发现端点(颁发者和 JWKS URL)。
33+
详情参见[为 Pod 配置服务账号](/zh-cn/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: ServiceAccountTokenJTI
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+
Controls whether JTIs (UUIDs) are embedded into generated service account tokens,
15+
and whether these JTIs are recorded into the Kubernetes audit log for future requests made by these tokens.
16+
-->
17+
控制是否将 JTI(UUID)嵌入到生成的服务账号令牌中,
18+
以及对于这些令牌未来的请求,是否将这些 JTI 记录到 Kubernetes 审计日志中。
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: ServiceAccountTokenNodeBindingValidation
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+
Controls whether the apiserver will validate a Node reference in service account tokens.
15+
-->
16+
控制 API 服务器是否会验证服务账号令牌中的 Node 引用。
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: ServiceAccountTokenNodeBinding
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+
Controls whether the apiserver allows binding service account tokens to Node objects.
15+
-->
16+
控制 API 服务器是否允许将服务账号令牌绑定到 Node 对象。
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: ServiceAccountTokenPodNodeInfo
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+
Controls whether the apiserver embeds the node name and uid
15+
for the associated node when issuing service account tokens bound to Pod objects.
16+
-->
17+
控制 API 服务器在颁发绑定到 Pod 对象的服务账号令牌时,
18+
是否嵌入关联 Node 的名称和 `uid`
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
# Removed from Kubernetes
3+
title: ServiceAppProtocol
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.19"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.20"
22+
toVersion: "1.22"
23+
24+
removed: true
25+
---
26+
<!--
27+
Enables the `appProtocol` field on Services and Endpoints.
28+
-->
29+
为 Service 和 Endpoints 启用 `appProtocol` 字段。
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: ServiceInternalTrafficPolicy
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+
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 the `internalTrafficPolicy` field on Services
26+
-->
27+
为 Service 启用 `internalTrafficPolicy` 字段。
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: ServiceIPStaticSubrange
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+
toVersion: "1.24"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.25"
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 a strategy for Services ClusterIP allocations, whereby the
26+
ClusterIP range is subdivided. Dynamic allocated ClusterIP addresses will be allocated preferently
27+
from the upper range allowing users to assign static ClusterIPs from the lower range with a low
28+
risk of collision. See
29+
[Avoiding collisions](/docs/reference/networking/virtual-ips/#avoiding-collisions)
30+
for more details.
31+
-->
32+
启用 Service 的 ClusterIP 分配策略,从而细分 ClusterIP 范围。
33+
动态分配的 ClusterIP 地址将优先从较高范围分配,
34+
以允许用户从较低范围分配静态 ClusterIP,进而降低发生冲突的风险。
35+
更多详细信息请参阅[避免冲突](/zh-cn/docs/reference/networking/virtual-ips/#avoiding-collisions)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
# Removed from Kubernetes
3+
title: ServiceLBNodePortControl
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.21"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.22"
18+
toVersion: "1.23"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.24"
22+
toVersion: "1.25"
23+
24+
removed: true
25+
---
26+
<!--
27+
Enables the `allocateLoadBalancerNodePorts` field on Services.
28+
-->
29+
为 Service 启用 `allocateLoadBalancerNodePorts` 字段。
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: ServiceLoadBalancerClass
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.21"
14+
toVersion: "1.21"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.22"
18+
toVersion: "1.23"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.24"
22+
toVersion: "1.25"
23+
24+
removed: true
25+
---
26+
<!--
27+
Enables the `loadBalancerClass` field on Services. See
28+
[Specifying class of load balancer implementation](/docs/concepts/services-networking/service/#load-balancer-class)
29+
for more details.
30+
-->
31+
为 Service 启用 `loadBalancerClass` 字段。
32+
有关更多信息,请参见[设置负载均衡器实现的类别](/zh-cn/docs/concepts/services-networking/service/#load-balancer-class)

0 commit comments

Comments
 (0)