Skip to content

Commit b36c8a0

Browse files
authored
Merge pull request #46377 from my-git9/pt-25922
[zh-cn] sync feature-gates/*
2 parents 821dd22 + e7ff2c8 commit b36c8a0

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/aggregated-discovery-endpoint.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.27"
16+
toVersion: "1.29"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.30"
1620
---
1721

1822
<!--

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/cloud-dual-stack-node-ips.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.29"
16+
toVersion: "1.29"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.30"
1620
---
1721
<!--
1822
Enables dual-stack `kubelet --node-ip` with external cloud providers.

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/contextual-logging.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.24"
12+
- stage: beta
13+
defaultValue: true
14+
fromVersion: "1.30"
1215
---
1316
<!--
14-
When you enable this feature gate, Kubernetes components that support
15-
contextual logging add extra detail to log output.
17+
Enables extra details in log output of Kubernetes components that support
18+
contextual logging.
1619
-->
17-
当你启用这个特性门控,支持日志上下文记录的 Kubernetes
18-
组件会为日志输出添加额外的详细内容。
20+
在支持上下文日志记录的 Kubernetes 组件的日志输出中启用额外的详细信息。

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/topology-manager-policy-options.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ stages:
1616
---
1717

1818
<!--
19-
Allow fine-tuning of topology manager policies,
19+
Enable [fine-tuning](/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)
20+
of topology manager policies.
2021
-->
21-
允许对拓扑管理器策略进行微调
22+
启用拓扑管理器策略的[微调](/zh-cn/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)

0 commit comments

Comments
 (0)