Merge pull request #49544 from windsonsea/feagatt
[zh] Rename and sync feature-gates/T*.md to Z*.mdpull/49546/head
commit
c0c4dac6dc
|
@ -12,13 +12,11 @@ stages:
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Enable [fine-tuning](/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)
|
Allow fine-tuning of topology manager policies,
|
||||||
of topology manager policies.
|
|
||||||
experimental, Alpha-quality options.
|
experimental, Alpha-quality options.
|
||||||
This feature gate guards *a group* of topology manager options whose quality level is alpha.
|
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.
|
This feature gate will never graduate to beta or stable.
|
||||||
-->
|
-->
|
||||||
启用拓扑管理器策略的[微调](zh-cn/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)。
|
|
||||||
允许微调拓扑管理器策略的实验性的、Alpha 质量的选项。
|
允许微调拓扑管理器策略的实验性的、Alpha 质量的选项。
|
||||||
此特性门控守护**一组**质量级别为 Alpha 的拓扑管理器选项。
|
此特性门控守护**一组**质量级别为 Alpha 的拓扑管理器选项。
|
||||||
此特性门控绝对不会进阶至 Beta 或稳定版。
|
此特性门控绝对不会进阶至 Beta 或稳定版。
|
|
@ -6,13 +6,17 @@ _build:
|
||||||
render: false
|
render: false
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: alpha
|
- stage: alpha
|
||||||
defaultValue: false
|
defaultValue: false
|
||||||
fromVersion: "1.26"
|
fromVersion: "1.26"
|
||||||
toVersion: "1.27"
|
toVersion: "1.27"
|
||||||
- stage: beta
|
- stage: beta
|
||||||
defaultValue: true
|
defaultValue: true
|
||||||
fromVersion: "1.28"
|
fromVersion: "1.28"
|
||||||
|
toVersion: "1.31"
|
||||||
|
- stage: stable
|
||||||
|
defaultValue: true
|
||||||
|
fromVersion: "1.32"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
|
@ -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.
|
Kubernetes v1.28.0 through v1.28.2 do not include this feature gate.
|
||||||
-->
|
-->
|
||||||
启用了针对未认证客户端的 HTTP/2 拒绝服务(DoS)防护措施。
|
启用了针对未认证客户端的 HTTP/2 拒绝服务(DoS)防护措施。
|
||||||
Kubernetes v1.28.0 至 v1.28.2 版本并未包括这项特性门控。
|
Kubernetes v1.28.0 至 v1.28.2 版本并未包括这项特性门控。
|
|
@ -17,4 +17,4 @@ multiple kube-apiservers exist at varied versions.
|
||||||
See [Mixed version proxy](/docs/concepts/architecture/mixed-version-proxy/) for more information.
|
See [Mixed version proxy](/docs/concepts/architecture/mixed-version-proxy/) for more information.
|
||||||
-->
|
-->
|
||||||
当存在多个不同版本的 kube-apiserver 时,将资源请求代理到正确的对等 kube-apiserver。
|
当存在多个不同版本的 kube-apiserver 时,将资源请求代理到正确的对等 kube-apiserver。
|
||||||
更多信息请参见[混合版本代理](/zh-cn/docs/concepts/architecture/mixed-version-proxy/) 。
|
更多信息请参见[混合版本代理](/zh-cn/docs/concepts/architecture/mixed-version-proxy/)。
|
|
@ -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.
|
your cluster, and you must also enable `UserNamespacesSupport` to use this feature.
|
||||||
-->
|
-->
|
||||||
启用 Pod 安全标准策略的放宽措施,适用于在命名空间中运行的 Pod。
|
启用 Pod 安全标准策略的放宽措施,适用于在命名空间中运行的 Pod。
|
||||||
你需要在集群的所有节点上统一设置此特性门控,并且必须启用 `UserNamespacesSupport` 才能使用此功能。
|
你需要在集群的所有节点上统一设置此特性门控,并且必须启用 `UserNamespacesSupport` 才能使用此功能。
|
|
@ -13,6 +13,9 @@ stages:
|
||||||
- stage: stable
|
- stage: stable
|
||||||
defaultValue: true
|
defaultValue: true
|
||||||
fromVersion: "1.30"
|
fromVersion: "1.30"
|
||||||
|
toVersion: "1.31"
|
||||||
|
|
||||||
|
removed: true
|
||||||
---
|
---
|
||||||
<!--
|
<!--
|
||||||
Allow [priority & fairness](/docs/concepts/cluster-administration/flow-control/)
|
Allow [priority & fairness](/docs/concepts/cluster-administration/flow-control/)
|
Loading…
Reference in New Issue