Skip to content

Commit

Permalink
Merge pull request #49544 from windsonsea/feagatt
Browse files Browse the repository at this point in the history
[zh] Rename and sync feature-gates/T*.md to Z*.md
  • Loading branch information
k8s-ci-robot authored Jan 24, 2025
2 parents 27fac73 + f7a0fdc commit c0c4dac
Show file tree
Hide file tree
Showing 40 changed files with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 或稳定版。
Original file line number Diff line number Diff line change
Expand Up @@ -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"
---

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 版本并未包括这项特性门控。
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Original file line number Diff line number Diff line change
Expand Up @@ -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` 才能使用此功能。
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit c0c4dac

Please sign in to comment.