[zh] Sync 16 files prefixed with 'a' in feature-gates
This commit is contained in:
parent
1225c9490e
commit
c20a540bd9
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
# Removed from Kubernetes
|
||||
title: Accelerators
|
||||
content_type: feature_gate
|
||||
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Provided an early form of plugin to enable Nvidia GPU support when using
|
||||
Docker Engine; no longer available. See
|
||||
[Device Plugins](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) for
|
||||
an alternative.
|
||||
-->
|
||||
使用 Docker Engine 时启用 Nvidia GPU 支持。这一特性不再提供。
|
||||
关于替代方案,请参阅[设备插件](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)。
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: AdmissionWebhookMatchConditions
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable [match conditions](/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions)
|
||||
on mutating & validating admission webhooks.
|
||||
-->
|
||||
在变更性质和合法性检查性质的准入 Webhook
|
||||
上启用[匹配状况](/zh-cn/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions)。
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: AdvancedAuditing
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable [advanced auditing](/docs/tasks/debug/debug-cluster/audit/#advanced-audit)
|
||||
-->
|
||||
启用[高级审计](/zh-cn/docs/tasks/debug/debug-cluster/audit/#advanced-audit)。
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
# Removed from Kubernetes
|
||||
title: AffinityInAnnotations
|
||||
content_type: feature_gate
|
||||
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable setting
|
||||
[Pod affinity or anti-affinity](/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity).
|
||||
-->
|
||||
启用
|
||||
[Pod 亲和性或反亲和性](/zh-cn/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)设置。
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: AggregatedDiscoveryEndpoint
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable a single HTTP endpoint `/discovery/<version>` which
|
||||
supports native HTTP caching with ETags containing all APIResources known to the API server.
|
||||
-->
|
||||
启用单个 HTTP 端点 `/discovery/<version>`,
|
||||
支持用 ETag 进行原生 HTTP 缓存,包含 API 服务器已知的所有 APIResource。
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
# Removed from Kubernetes
|
||||
title: AllowExtTrafficLocalEndpoints
|
||||
content_type: feature_gate
|
||||
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable a service to route external requests to node local endpoints.
|
||||
-->
|
||||
允许服务将外部请求路由到节点本地端点。
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
# Removed from Kubernetes
|
||||
title: AllowInsecureBackendProxy
|
||||
content_type: feature_gate
|
||||
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable the users to skip TLS verification of
|
||||
kubelets on Pod log requests.
|
||||
-->
|
||||
允许用户在请求 Pod 日志时跳过 kubelet 的 TLS 验证。
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: AnyVolumeDataSource
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable use of any custom resource as the `DataSource` of a
|
||||
{{< glossary_tooltip text="PVC" term_id="persistent-volume-claim" >}}.
|
||||
-->
|
||||
允许使用任何自定义的资源来作为
|
||||
{{< glossary_tooltip text="PVC" term_id="persistent-volume-claim" >}} 中的 `dataSource`。
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: APIListChunking
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable the API clients to retrieve (`LIST` or `GET`)
|
||||
resources from API server in chunks.
|
||||
-->
|
||||
允许 API 客户端以块的形式从 API 服务器检索(`LIST` 或 `GET`)资源。
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: APIPriorityAndFairness
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable managing request concurrency with
|
||||
prioritization and fairness at each server. (Renamed from `RequestManagement`)
|
||||
-->
|
||||
在每个服务器上启用优先级和公平性来管理请求的并发度(由 `RequestManagement` 重命名而来)。
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: APIResponseCompression
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Compress the API responses for `LIST` or `GET` requests.
|
||||
-->
|
||||
压缩 `LIST` 或 `GET` 请求的 API 响应。
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: APISelfSubjectReview
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Activate the `SelfSubjectReview` API which allows users
|
||||
to see the requesting subject's authentication information.
|
||||
See [API access to authentication information for a client](/docs/reference/access-authn-authz/authentication/#self-subject-review)
|
||||
for more details.
|
||||
-->
|
||||
激活 `SelfSubjectReview` API,允许用户查看请求主体的身份认证信息。
|
||||
更多细节请参阅 [API 访问客户端的身份认证信息](/zh-cn/docs/reference/access-authn-authz/authentication/#self-subject-review)。
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: APIServerIdentity
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Assign each API server an ID in a cluster, using a [Lease](/docs/concepts/architecture/leases).
|
||||
-->
|
||||
使用 [Lease(租约)](/zh-cn/docs/concepts/architecture/leases)为集群中的每个
|
||||
API 服务器赋予一个 ID。
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: APIServerTracing
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Add support for distributed tracing in the API server.
|
||||
See [Traces for Kubernetes System Components](/docs/concepts/cluster-administration/system-traces) for more details.
|
||||
-->
|
||||
在 API 服务器中添加对分布式跟踪的支持。
|
||||
更多细节参阅[针对 Kubernetes 系统组件的追踪](/zh-cn/docs/concepts/cluster-administration/system-traces/)。
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: AppArmor
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable use of AppArmor mandatory access control for Pods running on Linux nodes.
|
||||
See [AppArmor Tutorial](/docs/tutorials/security/apparmor/) for more details.
|
||||
-->
|
||||
在 Linux 节点上为 Pod 启用 AppArmor 机制的强制访问控制。
|
||||
更多细节参阅 [AppArmor 教程](/zh-cn/docs/tutorials/security/apparmor/)。
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
# Removed from Kubernetes
|
||||
title: AttachVolumeLimit
|
||||
content_type: feature_gate
|
||||
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable volume plugins to report limits on number of volumes
|
||||
that can be attached to a node.
|
||||
See [dynamic volume limits](/docs/concepts/storage/storage-limits/#dynamic-volume-limits)
|
||||
for more details.
|
||||
-->
|
||||
启用卷插件用于报告可连接到节点的卷数限制。
|
||||
更多细节参阅[动态卷限制](/zh-cn/docs/concepts/storage/storage-limits/#dynamic-volume-limits)。
|
||||
Loading…
Reference in New Issue