commit
b36c8a07af
|
@ -13,6 +13,10 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.27"
|
||||
toVersion: "1.29"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.30"
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
|
@ -13,6 +13,10 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.29"
|
||||
toVersion: "1.29"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.30"
|
||||
---
|
||||
<!--
|
||||
Enables dual-stack `kubelet --node-ip` with external cloud providers.
|
||||
|
|
|
@ -9,10 +9,12 @@ stages:
|
|||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.24"
|
||||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.30"
|
||||
---
|
||||
<!--
|
||||
When you enable this feature gate, Kubernetes components that support
|
||||
contextual logging add extra detail to log output.
|
||||
Enables extra details in log output of Kubernetes components that support
|
||||
contextual logging.
|
||||
-->
|
||||
当你启用这个特性门控,支持日志上下文记录的 Kubernetes
|
||||
组件会为日志输出添加额外的详细内容。
|
||||
在支持上下文日志记录的 Kubernetes 组件的日志输出中启用额外的详细信息。
|
||||
|
|
|
@ -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)。
|
||||
|
|
Loading…
Reference in New Issue