Skip to content

Commit a37f2fc

Browse files
authored
Merge pull request #44422 from windsonsea/gatedy
[zh] Localize /feature-gates/h*.md
2 parents 1e81625 + 3d3118f commit a37f2fc

File tree

7 files changed

+109
-0
lines changed

7 files changed

+109
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: HonorPVReclaimPolicy
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Honor persistent volume reclaim policy when it is `Delete` irrespective of PV-PVC deletion ordering.
11+
For more details, check the
12+
[PersistentVolume deletion protection finalizer](/docs/concepts/storage/persistent-volumes/#persistentvolume-deletion-protection-finalizer)
13+
documentation.
14+
-->
15+
无论 PV 和 PVC 的删除顺序如何,当持久卷回收策略为 `Delete`
16+
时都要遵守该策略。更多细节参阅
17+
[PersistentVolume 删除保护终结器](/zh-cn/docs/concepts/storage/persistent-volumes/#persistentvolume-deletion-protection-finalizer)文档。
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: HPAContainerMetrics
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enable the `HorizontalPodAutoscaler` to scale based on
11+
metrics from individual containers in target pods.
12+
-->
13+
启用 `HorizontalPodAutoscaler` 基于目标 Pod 中单个容器的指标进行扩缩。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: HPAScaleToZero
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
9+
<!--
10+
Enables setting `minReplicas` to 0 for `HorizontalPodAutoscaler`
11+
resources when using custom or external metrics.
12+
-->
13+
使用自定义指标或外部指标时,可将 `HorizontalPodAutoscaler`
14+
资源的 `minReplicas` 设置为 0。
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
# Removed from Kubernetes
3+
title: HugePageStorageMediumSize
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable support for multiple sizes pre-allocated
13+
[huge pages](/docs/tasks/manage-hugepages/scheduling-hugepages/).
14+
-->
15+
启用对多种大小的预分配[巨页资源](/zh-cn/docs/tasks/manage-hugepages/scheduling-hugepages/)的支持。
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
# Removed from Kubernetes
3+
title: HugePages
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable the allocation and consumption of pre-allocated
13+
[huge pages](/docs/tasks/manage-hugepages/scheduling-hugepages/).
14+
-->
15+
启用预分配的[巨页资源](/zh-cn/docs/tasks/manage-hugepages/scheduling-hugepages/)的分配和使用。
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: HyperVContainer
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Enable
13+
[Hyper-V isolation](https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/hyperv-container)
14+
for Windows containers.
15+
-->
16+
为 Windows 容器启用 [Hyper-V 隔离](https://docs.microsoft.com/zh-cn/virtualization/windowscontainers/manage-containers/hyperv-container)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
# Removed from Kubernetes
3+
title: IdentifyPodOS
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
11+
<!--
12+
Allows the Pod OS field to be specified. This helps in identifying
13+
the OS of the pod authoritatively during the API server admission time.
14+
In Kubernetes {{< skew currentVersion >}}, the allowed values for the `pod.spec.os.name`
15+
are `windows` and `linux`.
16+
-->
17+
允许设置 Pod 的 `os` 字段。这有助于在 API 服务器准入时确定性地辨识 Pod 的 OS。
18+
在 Kubernetes {{< skew currentVersion >}} 中,`pod.spec.os.name` 的允许值为
19+
`windows``linux`

0 commit comments

Comments
 (0)