Skip to content

Commit b07eb68

Browse files
authored
Merge pull request #47767 from windsonsea/addfea
[zh] Add 6 feature gates
2 parents 6c04a47 + 1881392 commit b07eb68

File tree

6 files changed

+115
-0
lines changed

6 files changed

+115
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: AnonymousAuthConfigurableEndpoints
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.31"
12+
---
13+
14+
<!--
15+
Enable [configurable endpoints for anonymous auth](/docs/reference/access-authn-authz/authentication/#anonymous-authenticator-configuration)
16+
for the API server.
17+
-->
18+
为 API 服务器启用[可配置的匿名身份认证端点](/zh-cn/docs/reference/access-authn-authz/authentication/#anonymous-authenticator-configuration)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: AuthorizeNodeWithSelectors
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.31"
12+
---
13+
14+
<!--
15+
Make the [Node authorizer](/docs/reference/access-authn-authz/node/) use fine-grained selector authorization.
16+
Requires `AuthorizeWithSelectors` to be enabled.
17+
-->
18+
允许[节点鉴权器](/zh-cn/docs/reference/access-authn-authz/node/)使用细粒度选择算符鉴权。
19+
需要启用 `AuthorizeWithSelectors`
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: DRAControlPlaneController
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+
---
13+
14+
<!--
15+
Enables support for resources with custom parameters and a lifecycle
16+
that is independent of a Pod. Allocation of resources is handled
17+
by a resource driver's control plane controller.
18+
-->
19+
允许资源使用自定义参数,具有独立于 Pod 的生命周期。
20+
资源的分配由资源驱动的控制平面控制器处理。
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: ResilientWatchCacheInitialization
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.31"
13+
---
14+
15+
<!--
16+
Enables resilient watchcache initialization to avoid controlplane overload.
17+
-->
18+
启用弹性的监视缓存(WatchCache)初始化,以避免控制平面的过载。
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: ResourceHealthStatus
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.31"
12+
---
13+
14+
<!--
15+
Enable the `allocatedResourcesStatus` field within the `.status` for a Pod. The field
16+
reports additional details for each container in the Pod,
17+
with the health information for each device assigned to the Pod.
18+
See [Device plugin and unhealthy devices](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#device-plugin-and-unhealthy-devices) for more details.
19+
-->
20+
在 Pod 的 `.status` 中启用 `allocatedResourcesStatus` 字段。
21+
此字段报告 Pod 中每个容器的额外细节,包括分配给 Pod 的每个设备的健康信息。有关更多细节,
22+
请参见[设备插件与不健康设备](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#device-plugin-and-unhealthy-devices)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: WatchCacheInitializationPostStartHook
3+
content_type: feature_gate
4+
5+
_build:
6+
list: never
7+
render: false
8+
9+
stages:
10+
- stage: beta
11+
defaultValue: false
12+
fromVersion: "1.31"
13+
---
14+
15+
<!--
16+
Enables post-start-hook for watchcache initialization to be part of readyz (with timeout).
17+
-->
18+
启用监视缓存(WatchCache)初始化的 post-start-hook,使之成为就绪态端点(readyz)的考察条件(带超时)。

0 commit comments

Comments
 (0)