Skip to content

Commit e4852f1

Browse files
1000Deltatengqmwindsonsea
committed
[zh] Localize feature-gates/d*.md
Apply suggestions from code review Co-authored-by: Qiming Teng <[email protected]> Co-authored-by: Michael <[email protected]>
1 parent 514dbb2 commit e4852f1

17 files changed

+242
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: DaemonSetUpdateSurge
3+
content_type: feature_gate
4+
5+
_build:
6+
list: never
7+
render: false
8+
---
9+
<!--
10+
Enables the DaemonSet workloads to maintain
11+
availability during update per node.
12+
See [Perform a Rolling Update on a DaemonSet](/docs/tasks/manage-daemon/update-daemon-set/).
13+
-->
14+
使 DaemonSet 工作负载在每个节点的更新期间保持可用性。
15+
参阅[对 DaemonSet 执行滚动更新](/zh-cn/docs/tasks/manage-daemon/update-daemon-set/)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: DefaultHostNetworkHostPortsInPodTemplates
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
<!--
9+
Changes when the default value of
10+
`PodSpec.containers[*].ports[*].hostPort`
11+
is assigned. The default is to only set a default value in Pods.
12+
13+
Enabling this means a default will be assigned even to embedded
14+
PodSpecs (e.g. in a Deployment), which is the historical default.
15+
-->
16+
更改何时设置 `PodSpec.containers[*].ports[*].hostPort` 的默认值。
17+
默认仅在 Pod 中设置默认值。
18+
19+
启用此特性意味着即使在嵌套的 PodSpec(例如 Deployment 中)中也会设置默认值,
20+
这是以前的默认行为。
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: DefaultPodTopologySpread
4+
content_type: feature_gate
5+
6+
_build:
7+
list: never
8+
render: false
9+
---
10+
<!--
11+
Enables the use of `PodTopologySpread` scheduling plugin to do
12+
[default spreading](/docs/concepts/scheduling-eviction/topology-spread-constraints/#internal-default-constraints).
13+
-->
14+
启用 `PodTopologySpread` 调度插件以执行
15+
[默认分布](/zh-cn/docs/concepts/scheduling-eviction/topology-spread-constraints/#internal-default-constraints)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: DelegateFSGroupToCSIDriver
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
<!--
9+
If supported by the CSI driver, delegates the
10+
role of applying `fsGroup` from a Pod's `securityContext` to the driver by
11+
passing `fsGroup` through the NodeStageVolume and NodePublishVolume CSI calls.
12+
-->
13+
如果 CSI 驱动程序支持,则通过 NodeStageVolume
14+
和 NodePublishVolume CSI 调用传递 `fsGroup`
15+
委托驱动来应用 Pod 的 `securityContext` 中的 `fsGroup`
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: DevicePluginCDIDevices
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
<!--
9+
Enable support to CDI device IDs in the
10+
[Device Plugin](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) API.
11+
-->
12+
启用[设备插件](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)
13+
API 对 CDI 设备 ID 的支持。
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: DevicePlugins
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
<!--
9+
Enable the [device-plugins](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)
10+
based resource provisioning on nodes.
11+
-->
12+
在节点上启用基于[设备插件](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)的资源制备。
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: DisableAcceleratorUsageMetrics
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
<!--
9+
[Disable accelerator metrics collected by the kubelet](/docs/concepts/cluster-administration/system-metrics/#disable-accelerator-metrics).
10+
-->
11+
[禁用 kubelet 收集的加速器指标](/zh-cn/docs/concepts/cluster-administration/system-metrics/#disable-accelerator-metrics)
12+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: DisableCloudProviders
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
<!--
9+
Disables any functionality in `kube-apiserver`,
10+
`kube-controller-manager` and `kubelet` related to the `--cloud-provider`
11+
component flag.
12+
-->
13+
禁用 `kube-apiserver``kube-controller-manager`
14+
`kubelet` 中与 `--cloud-provider` 组件标志相关的所有功能。
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: DisableKubeletCloudCredentialProviders
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
<!--
9+
Disable the in-tree functionality in kubelet
10+
to authenticate to a cloud provider container registry for image pull credentials.
11+
-->
12+
禁用 kubelet 中为拉取镜像内置的凭据机制,
13+
该凭据用于向云提供商的容器镜像仓库进行身份认证。
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: DisableNodeKubeProxyVersion
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
---
8+
<!--
9+
Disable setting the `kubeProxyVersion` field of the Node.
10+
-->
11+
禁止设置 Node 的 `kubeProxyVersion` 字段。

0 commit comments

Comments
 (0)