Skip to content

Commit 641575c

Browse files
authored
Merge pull request #44468 from Fan-Lin/FL02
[zh] Localize feature-gates/m*.md
2 parents 72b70b2 + 17a33cb commit 641575c

12 files changed

+163
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: MatchLabelKeysInPodAffinity
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable the `matchLabelKeys` and `mismatchLabelKeys` field for
11+
[pod (anti)affinity](/docs/concepts/scheduling-eviction/assign-pod-node/).
12+
-->
13+
[Pod(反)亲和性](/zh-cn/docs/concepts/scheduling-eviction/assign-pod-node/)启用
14+
`matchLabelKeys``mismatchLabelKeys` 字段。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: MatchLabelKeysInPodTopologySpread
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable the `matchLabelKeys` field for
11+
[Pod topology spread constraints](/docs/concepts/scheduling-eviction/topology-spread-constraints/).
12+
-->
13+
[Pod 拓扑分布约束](/zh-cn/docs/concepts/scheduling-eviction/topology-spread-constraints/)启用
14+
`matchLabelKeys` 字段。
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: MaxUnavailableStatefulSet
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enables setting the `maxUnavailable` field for the
11+
[rolling update strategy](/docs/concepts/workloads/controllers/statefulset/#rolling-updates)
12+
of a StatefulSet. The field specifies the maximum number of Pods
13+
that can be unavailable during the update.
14+
-->
15+
允许为 StatefulSet 的[滚动更新策略](/zh-cn/docs/concepts/workloads/controllers/statefulset/#rolling-updates)设置
16+
`maxUnavailable` 字段。此字段指定更新过程中不可用 Pod 个数的上限。
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: MemoryManager
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Allows setting memory affinity for a container based on
11+
NUMA topology.
12+
-->
13+
允许基于 NUMA 拓扑为容器设置内存亲和性。
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: MemoryQoS
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable memory protection and usage throttle on pod / container using
11+
cgroup v2 memory controller.
12+
-->
13+
使用 cgroup v2 内存控制器为 Pod 或容器启用内存保护和使用限制。
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: MinDomainsInPodTopologySpread
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable `minDomains` in
11+
[Pod topology spread constraints](/docs/concepts/scheduling-eviction/topology-spread-constraints/).
12+
-->
13+
[Pod 拓扑分布约束](/zh-cn/docs/concepts/scheduling-eviction/topology-spread-constraints/)中启用 `minDomains`
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: MinimizeIPTablesRestore
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enables new performance improvement logics
11+
in the kube-proxy iptables mode.
12+
-->
13+
启用 kube-proxy iptables 模式中的性能改进逻辑。
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: MixedProtocolLBService
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable using different protocols in the same `LoadBalancer` type
11+
Service instance.
12+
-->
13+
允许在同一 `LoadBalancer` 类型的 Service 实例中使用不同的协议。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
# Removed from Kubernetes
3+
title: MountContainers
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable using utility containers on host as the volume mounter.
13+
-->
14+
允许使用主机上的工具容器作为卷挂载程序。
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
# Removed from Kubernetes
3+
title: MountPropagation
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable sharing volume mounted by one container to other containers or pods.
13+
For more details, please see [mount propagation](/docs/concepts/storage/volumes/#mount-propagation).
14+
-->
15+
允许将一个容器上挂载的卷共享到其他容器或 Pod。
16+
更多详细信息,请参见[挂载传播](/zh-cn/docs/concepts/storage/volumes/#mount-propagation)

0 commit comments

Comments
 (0)