commit
b36c8a07af
|
@ -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"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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 组件的日志输出中启用额外的详细信息。
|
||||||
组件会为日志输出添加额外的详细内容。
|
|
||||||
|
|
|
@ -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