[zh] Add 6 feature gates
parent
b2c8d81871
commit
18813928fc
|
@ -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)。
|
|
@ -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`。
|
|
@ -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 的生命周期。
|
||||
资源的分配由资源驱动的控制平面控制器处理。
|
|
@ -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)初始化,以避免控制平面的过载。
|
|
@ -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)。
|
|
@ -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)的考察条件(带超时)。
|
Loading…
Reference in New Issue