Merge pull request #46377 from my-git9/pt-25922

[zh-cn] sync feature-gates/*
pull/46390/head
Kubernetes Prow Robot 2024-05-15 03:32:32 -07:00 committed by GitHub
commit b36c8a07af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 17 additions and 6 deletions

View File

@ -13,6 +13,10 @@ stages:
- stage: beta - stage: beta
defaultValue: true defaultValue: true
fromVersion: "1.27" fromVersion: "1.27"
toVersion: "1.29"
- stage: stable
defaultValue: true
fromVersion: "1.30"
--- ---
<!-- <!--

View File

@ -13,6 +13,10 @@ stages:
- stage: beta - stage: beta
defaultValue: true defaultValue: true
fromVersion: "1.29" fromVersion: "1.29"
toVersion: "1.29"
- stage: stable
defaultValue: true
fromVersion: "1.30"
--- ---
<!-- <!--
Enables dual-stack `kubelet --node-ip` with external cloud providers. Enables dual-stack `kubelet --node-ip` with external cloud providers.

View File

@ -9,10 +9,12 @@ stages:
- stage: alpha - stage: alpha
defaultValue: false defaultValue: false
fromVersion: "1.24" fromVersion: "1.24"
- stage: beta
defaultValue: true
fromVersion: "1.30"
--- ---
<!-- <!--
When you enable this feature gate, Kubernetes components that support Enables extra details in log output of Kubernetes components that support
contextual logging add extra detail to log output. contextual logging.
--> -->
当你启用这个特性门控,支持日志上下文记录的 Kubernetes 在支持上下文日志记录的 Kubernetes 组件的日志输出中启用额外的详细信息。
组件会为日志输出添加额外的详细内容。

View File

@ -16,6 +16,7 @@ stages:
--- ---
<!-- <!--
Allow fine-tuning of topology manager policies, Enable [fine-tuning](/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)
of topology manager policies.
--> -->
允许对拓扑管理器策略进行微调 启用拓扑管理器策略的[微调](/zh-cn/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)