File tree Expand file tree Collapse file tree 7 files changed +109
-0
lines changed
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 7 files changed +109
-0
lines changed Original file line number Diff line number Diff line change
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 ) 文档。
Original file line number Diff line number Diff line change
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 中单个容器的指标进行扩缩。
Original file line number Diff line number Diff line change
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。
Original file line number Diff line number Diff line change
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/ ) 的支持。
Original file line number Diff line number Diff line change
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/ ) 的分配和使用。
Original file line number Diff line number Diff line change
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 ) 。
Original file line number Diff line number Diff line change
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 ` 。
You can’t perform that action at this time.
0 commit comments