[zh] Add 6 feature gates

pull/47767/head
windsonsea 2024-09-03 09:30:06 +08:00
parent b2c8d81871
commit 18813928fc
6 changed files with 115 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
title: AnonymousAuthConfigurableEndpoints
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.31"
---
<!--
Enable [configurable endpoints for anonymous auth](/docs/reference/access-authn-authz/authentication/#anonymous-authenticator-configuration)
for the API server.
-->
为 API 服务器启用[可配置的匿名身份认证端点](/zh-cn/docs/reference/access-authn-authz/authentication/#anonymous-authenticator-configuration)。

View File

@ -0,0 +1,19 @@
---
title: AuthorizeNodeWithSelectors
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.31"
---
<!--
Make the [Node authorizer](/docs/reference/access-authn-authz/node/) use fine-grained selector authorization.
Requires `AuthorizeWithSelectors` to be enabled.
-->
允许[节点鉴权器](/zh-cn/docs/reference/access-authn-authz/node/)使用细粒度选择算符鉴权。
需要启用 `AuthorizeWithSelectors`

View File

@ -0,0 +1,20 @@
---
title: DRAControlPlaneController
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.26"
---
<!--
Enables support for resources with custom parameters and a lifecycle
that is independent of a Pod. Allocation of resources is handled
by a resource driver's control plane controller.
-->
允许资源使用自定义参数,具有独立于 Pod 的生命周期。
资源的分配由资源驱动的控制平面控制器处理。

View File

@ -0,0 +1,18 @@
---
title: ResilientWatchCacheInitialization
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: beta
defaultValue: true
fromVersion: "1.31"
---
<!--
Enables resilient watchcache initialization to avoid controlplane overload.
-->
启用弹性的监视缓存WatchCache初始化以避免控制平面的过载。

View File

@ -0,0 +1,22 @@
---
title: ResourceHealthStatus
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.31"
---
<!--
Enable the `allocatedResourcesStatus` field within the `.status` for a Pod. The field
reports additional details for each container in the Pod,
with the health information for each device assigned to the Pod.
See [Device plugin and unhealthy devices](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#device-plugin-and-unhealthy-devices) for more details.
-->
在 Pod 的 `.status` 中启用 `allocatedResourcesStatus` 字段。
此字段报告 Pod 中每个容器的额外细节,包括分配给 Pod 的每个设备的健康信息。有关更多细节,
请参见[设备插件与不健康设备](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#device-plugin-and-unhealthy-devices)。

View File

@ -0,0 +1,18 @@
---
title: WatchCacheInitializationPostStartHook
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: beta
defaultValue: false
fromVersion: "1.31"
---
<!--
Enables post-start-hook for watchcache initialization to be part of readyz (with timeout).
-->
启用监视缓存WatchCache初始化的 post-start-hook使之成为就绪态端点readyz的考察条件带超时