Skip to content

Commit 5e3f748

Browse files
authored
Merge pull request #40186 from windsonsea/fgrem
[zh] sync /feature-gates-removed.md
2 parents cbd2920 + 8ed98d8 commit 5e3f748

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ In the following table:
795795
See [setting kubelet parameters via a config file](/docs/tasks/administer-cluster/kubelet-config-file/)
796796
for more details.
797797
-->
798-
- `IngressClassNamespacedParams`:允许在 `IngressClass` 资源中使用命名空间范围的参数引用
798+
- `IngressClassNamespacedParams`:允许在 `IngressClass` 资源中使用名字空间范围的参数引用
799799
此功能为 `IngressClass.spec.parameters` 添加了两个字段 - `scope``namespace`
800800

801801
- `Initializers`:允许使用 Intializers 准入插件来异步协调对象创建操作。
@@ -846,7 +846,7 @@ In the following table:
846846
-->
847847
- `NamespaceDefaultLabelName`:配置 API 服务器以在所有名字空间上设置一个不可变的
848848
{{< glossary_tooltip text="标签" term_id="label" >}} `kubernetes.io/metadata.name`
849-
也包括名字空间
849+
取值为名字空间的名称
850850

851851
- `NodeDisruptionExclusion`:启用节点标签 `node.kubernetes.io/exclude-disruption`
852852
以防止在可用区发生故障期间驱逐节点。
@@ -890,8 +890,8 @@ In the following table:
890890
- `PodOverhead`:启用 [PodOverhead](/zh-cn/docs/concepts/scheduling-eviction/pod-overhead/)
891891
特性以计算 Pod 开销。
892892

893-
- `PodPriority`:启用根据[优先级](/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/)
894-
Pod 调度和抢占。
893+
- `PodPriority`:启用根据[优先级](/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/)
894+
Pod 调度和抢占。
895895

896896
- `PodReadinessGates`:启用 `podReadinessGate` 字段的设置以扩展 Pod 准备状态评估。
897897
有关更多详细信息,请参见
@@ -917,10 +917,10 @@ In the following table:
917917
- `ResourceQuotaScopeSelectors`: Enable resource quota scope selectors.
918918
-->
919919
- `PodShareProcessNamespace`:在 Pod 中启用 `shareProcessNamespace` 的设置,
920-
以便在 Pod 中运行的容器之间共享同一进程名字空间。更多详细信息,请参见
921-
[在 Pod 中的容器间共享同一进程名字空间](/zh-cn/docs/tasks/configure-pod-container/share-process-namespace/)
920+
以便在 Pod 中运行的容器之间共享同一进程名字空间。更多详细信息,
921+
请参见[在 Pod 中的容器间共享同一进程名字空间](/zh-cn/docs/tasks/configure-pod-container/share-process-namespace/)
922922

923-
- `PreferNominatedNode`: 这个标志告诉调度器在循环遍历集群中的所有其他节点之前,
923+
- `PreferNominatedNode`这个标志告诉调度器在循环遍历集群中的所有其他节点之前,
924924
是否首先检查指定的节点。
925925

926926
- `RequestManagement`:允许在每个 API 服务器上通过优先级和公平性管理请求并发性。
@@ -996,15 +996,15 @@ In the following table:
996996
997997
- `ServiceLBNodePortControl`: Enables the `allocateLoadBalancerNodePorts` field on Services.
998998
-->
999-
- `SelectorIndex`: 允许使用 API 服务器的 watch 缓存中基于标签和字段的索引来加速 list 操作。
999+
- `SelectorIndex`允许使用 API 服务器的 watch 缓存中基于标签和字段的索引来加速 list 操作。
10001000

10011001
- `ServiceAccountIssuerDiscovery`:在 API 服务器中为服务账号颁发者启用 OIDC 发现端点
10021002
(颁发者和 JWKS URL)。详情参见
10031003
[为 Pod 配置服务账号](/zh-cn/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery)
10041004

10051005
- `ServiceAppProtocol`:为 Service 和 Endpoints 启用 `appProtocol` 字段。
10061006

1007-
- `ServiceLoadBalancerClass`: 为服务启用 `loadBalancerClass` 字段。
1007+
- `ServiceLoadBalancerClass`为服务启用 `loadBalancerClass` 字段。
10081008
有关更多信息,请参见[指定负载均衡器实现类](/zh-cn/docs/concepts/services-networking/service/#load-balancer-class)
10091009

10101010
- `ServiceLoadBalancerFinalizer`:为服务负载均衡启用终结器(finalizers)保护。

0 commit comments

Comments
 (0)