Merge pull request #49544 from windsonsea/feagatt

[zh] Rename and sync feature-gates/T*.md to Z*.md
pull/49546/head
Kubernetes Prow Robot 2025-01-23 23:45:21 -08:00 committed by GitHub
commit c0c4dac6dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
40 changed files with 12 additions and 7 deletions

View File

@ -12,13 +12,11 @@ stages:
---
<!--
Enable [fine-tuning](/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)
of topology manager policies.
Allow fine-tuning of topology manager policies,
experimental, Alpha-quality options.
This feature gate guards *a group* of topology manager options whose quality level is alpha.
This feature gate will never graduate to beta or stable.
-->
启用拓扑管理器策略的[微调](zh-cn/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)。
允许微调拓扑管理器策略的实验性的、Alpha 质量的选项。
此特性门控守护**一组**质量级别为 Alpha 的拓扑管理器选项。
此特性门控绝对不会进阶至 Beta 或稳定版。

View File

@ -6,13 +6,17 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.26"
toVersion: "1.27"
- stage: beta
defaultValue: true
fromVersion: "1.28"
toVersion: "1.31"
- stage: stable
defaultValue: true
fromVersion: "1.32"
---
<!--

View File

@ -20,4 +20,4 @@ Enables HTTP/2 Denial of Service (DoS) mitigations for unauthenticated clients.
Kubernetes v1.28.0 through v1.28.2 do not include this feature gate.
-->
启用了针对未认证客户端的 HTTP/2 拒绝服务DoS防护措施。
Kubernetes v1.28.0 至 v1.28.2 版本并未包括这项特性门控。
Kubernetes v1.28.0 至 v1.28.2 版本并未包括这项特性门控。

View File

@ -17,4 +17,4 @@ multiple kube-apiservers exist at varied versions.
See [Mixed version proxy](/docs/concepts/architecture/mixed-version-proxy/) for more information.
-->
当存在多个不同版本的 kube-apiserver 时,将资源请求代理到正确的对等 kube-apiserver。
更多信息请参见[混合版本代理](/zh-cn/docs/concepts/architecture/mixed-version-proxy/)
更多信息请参见[混合版本代理](/zh-cn/docs/concepts/architecture/mixed-version-proxy/)。

View File

@ -17,4 +17,4 @@ that run with namespaces. You must set the value of this feature gate consistent
your cluster, and you must also enable `UserNamespacesSupport` to use this feature.
-->
启用 Pod 安全标准策略的放宽措施,适用于在命名空间中运行的 Pod。
你需要在集群的所有节点上统一设置此特性门控,并且必须启用 `UserNamespacesSupport` 才能使用此功能。
你需要在集群的所有节点上统一设置此特性门控,并且必须启用 `UserNamespacesSupport` 才能使用此功能。

View File

@ -13,6 +13,9 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.30"
toVersion: "1.31"
removed: true
---
<!--
Allow [priority & fairness](/docs/concepts/cluster-administration/flow-control/)