Skip to content

Commit 3a92e77

Browse files
committed
[zh] Add feature gates from n to s
1 parent 8944c7a commit 3a92e77

File tree

6 files changed

+111
-0
lines changed

6 files changed

+111
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: NominatedNodeNameForExpectation
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.34"
12+
13+
---
14+
15+
<!--
16+
When enabled, the kube-scheduler uses `.status.nominatedNodeName` to express where a
17+
Pod is going to be bound.
18+
External components can also write to `.status.nominatedNodeName` for a Pod to provide
19+
a suggested placement.
20+
-->
21+
启用此特性门控后,kube-scheduler 使用 `.status.nominatedNodeName` 来表示 Pod 将要被绑定到哪个节点。
22+
外部组件也可以写入 Pod 的 `.status.nominatedNodeName`,以建议调度到哪个节点。
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: PodCertificateRequest
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.34"
12+
---
13+
14+
<!--
15+
Enable PodCertificateRequest objects and podCertificate projected volume
16+
sources.
17+
-->
18+
启用 PodCertificateRequest 对象和 podCertificate 投射卷源。
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: PreventStaticPodAPIReferences
3+
content_type: feature_gate
4+
5+
_build:
6+
list: never
7+
render: false
8+
9+
stages:
10+
- stage: beta
11+
defaultValue: true
12+
fromVersion: "1.34"
13+
---
14+
15+
<!--
16+
Denies Pod admission if static Pods reference other API objects.
17+
-->
18+
在静态 Pod 引用其他 API 对象时拒绝 Pod 准入。
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: SchedulerAsyncAPICalls
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.34"
12+
---
13+
14+
<!--
15+
Change the kube-scheduler to make the entire scheduling cycle free of blocking requests to the Kubernetes API server.
16+
Instead, interact with the Kubernetes API using asynchronous code.
17+
-->
18+
修改 kube-scheduler,使整个调度周期中不再存在对 Kubernetes API 服务器的阻塞请求。
19+
取而代之的是,使用异步代码与 Kubernetes API 进行交互。
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: SizeBasedListCostEstimate
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+
Enables APF to use size of objects for estimating request cost.
16+
-->
17+
允许 APF(API 优先级和公平性)使用对象的大小来评估请求的开销。
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: StructuredAuthenticationConfigurationEgressSelector
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.34"
12+
---
13+
14+
<!--
15+
Enables Egress Selector in Structured Authentication Configuration.
16+
-->
17+
在结构化身份验证配置中启用 Egress 选择算符。

0 commit comments

Comments
 (0)