@@ -795,7 +795,7 @@ In the following table:
795
795
See [setting kubelet parameters via a config file](/docs/tasks/administer-cluster/kubelet-config-file/)
796
796
for more details.
797
797
-->
798
- - ` IngressClassNamespacedParams ` :允许在 ` IngressClass ` 资源中使用命名空间范围的参数引用 。
798
+ - ` IngressClassNamespacedParams ` :允许在 ` IngressClass ` 资源中使用名字空间范围的参数引用 。
799
799
此功能为 ` IngressClass.spec.parameters ` 添加了两个字段 - ` scope ` 和 ` namespace ` 。
800
800
801
801
- ` Initializers ` :允许使用 Intializers 准入插件来异步协调对象创建操作。
@@ -846,7 +846,7 @@ In the following table:
846
846
-->
847
847
- ` NamespaceDefaultLabelName ` :配置 API 服务器以在所有名字空间上设置一个不可变的
848
848
{{< glossary_tooltip text="标签" term_id="label" >}} ` kubernetes.io/metadata.name ` ,
849
- 也包括名字空间 。
849
+ 取值为名字空间的名称 。
850
850
851
851
- ` NodeDisruptionExclusion ` :启用节点标签 ` node.kubernetes.io/exclude-disruption ` ,
852
852
以防止在可用区发生故障期间驱逐节点。
@@ -890,8 +890,8 @@ In the following table:
890
890
- ` PodOverhead ` :启用 [ PodOverhead] ( /zh-cn/docs/concepts/scheduling-eviction/pod-overhead/ )
891
891
特性以计算 Pod 开销。
892
892
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 调度和抢占。
895
895
896
896
- ` PodReadinessGates ` :启用 ` podReadinessGate ` 字段的设置以扩展 Pod 准备状态评估。
897
897
有关更多详细信息,请参见
@@ -917,10 +917,10 @@ In the following table:
917
917
- `ResourceQuotaScopeSelectors`: Enable resource quota scope selectors.
918
918
-->
919
919
- ` 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/ ) 。
922
922
923
- - ` PreferNominatedNode ` : 这个标志告诉调度器在循环遍历集群中的所有其他节点之前,
923
+ - ` PreferNominatedNode ` : 这个标志告诉调度器在循环遍历集群中的所有其他节点之前,
924
924
是否首先检查指定的节点。
925
925
926
926
- ` RequestManagement ` :允许在每个 API 服务器上通过优先级和公平性管理请求并发性。
@@ -996,15 +996,15 @@ In the following table:
996
996
997
997
- `ServiceLBNodePortControl`: Enables the `allocateLoadBalancerNodePorts` field on Services.
998
998
-->
999
- - ` SelectorIndex ` : 允许使用 API 服务器的 watch 缓存中基于标签和字段的索引来加速 list 操作。
999
+ - ` SelectorIndex ` : 允许使用 API 服务器的 watch 缓存中基于标签和字段的索引来加速 list 操作。
1000
1000
1001
1001
- ` ServiceAccountIssuerDiscovery ` :在 API 服务器中为服务账号颁发者启用 OIDC 发现端点
1002
1002
(颁发者和 JWKS URL)。详情参见
1003
1003
[ 为 Pod 配置服务账号] ( /zh-cn/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery ) 。
1004
1004
1005
1005
- ` ServiceAppProtocol ` :为 Service 和 Endpoints 启用 ` appProtocol ` 字段。
1006
1006
1007
- - ` ServiceLoadBalancerClass ` : 为服务启用 ` loadBalancerClass ` 字段。
1007
+ - ` ServiceLoadBalancerClass ` : 为服务启用 ` loadBalancerClass ` 字段。
1008
1008
有关更多信息,请参见[ 指定负载均衡器实现类] ( /zh-cn/docs/concepts/services-networking/service/#load-balancer-class ) 。
1009
1009
1010
1010
- ` ServiceLoadBalancerFinalizer ` :为服务负载均衡启用终结器(finalizers)保护。
0 commit comments