@@ -100,10 +100,24 @@ InterPodAffinityArgs holds arguments used to configure the InterPodAffinity plug
100
100
matching hard affinity to the incoming pod.
101
101
-->
102
102
<p >此字段是一个计分权重值。针对新增的 Pod,要对现存的、
103
- 带有与新 Pod 匹配的硬性亲和性设置的 Pods 计算亲和性得分。
103
+ 带有与新 Pod 匹配的硬性亲和性设置的 Pod 计算亲和性得分。
104
104
</p >
105
105
</td >
106
106
</tr >
107
+ <tr ><td ><code >ignorePreferredTermsOfExistingPods</code > <B ><!-- [Required]--> 【必需】</B ><br />
108
+ <code >bool</code >
109
+ </td >
110
+ <td >
111
+ <p >
112
+ <!--
113
+ IgnorePreferredTermsOfExistingPods configures the scheduler to ignore existing pods' preferred affinity
114
+ rules when scoring candidate nodes, unless the incoming pod has inter-pod affinities.
115
+ -->
116
+ ignorePreferredTermsOfExistingPods 将调度器配置为在对候选节点进行评分时忽略现有
117
+ Pod 的首选亲和性规则,除非传入的 Pod 具有 Pod 间亲和性规则。
118
+ </p >
119
+ </td >
120
+ </tr >
107
121
</tbody >
108
122
</table >
109
123
@@ -267,7 +281,7 @@ NodeAffinityArgs holds arguments to configure the NodeAffinity plugin.
267
281
<tr ><td ><code >kind</code ><br />string</td ><td ><code >NodeAffinityArgs</code ></td ></tr >
268
282
269
283
<tr ><td ><code >addedAffinity</code ><br />
270
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26 /#nodeaffinity-v1-core " ><code >core/v1.NodeAffinity</code ></a >
284
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27 /#nodeaffinity-v1-core " ><code >core/v1.NodeAffinity</code ></a >
271
285
</td >
272
286
<td >
273
287
<!--
@@ -388,7 +402,7 @@ PodTopologySpreadArgs holds arguments used to configure the PodTopologySpread pl
388
402
<tr ><td ><code >kind</code ><br />string</td ><td ><code >PodTopologySpreadArgs</code ></td ></tr >
389
403
390
404
<tr ><td ><code >defaultConstraints</code ><br />
391
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26 /#topologyspreadconstraint-v1-core " ><code >[ ] core/v1.TopologySpreadConstraint</code ></a >
405
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27 /#topologyspreadconstraint-v1-core " ><code >[ ] core/v1.TopologySpreadConstraint</code ></a >
392
406
</td >
393
407
<td >
394
408
<!--
@@ -1549,10 +1563,10 @@ DebuggingConfiguration holds configuration for Debugging related features.
1549
1563
</td >
1550
1564
<td >
1551
1565
<!--
1552
- enableContentionProfiling enables lock contention profiling, if
1566
+ enableContentionProfiling enables block profiling, if
1553
1567
enableProfiling is true.
1554
1568
-->
1555
- <p >此字段在 <code >enableProfiling</code > 为 true 时允许执行锁竞争分析 。</p >
1569
+ <p >此字段在 <code >enableProfiling</code > 为 true 时允许执行阻塞性能分析 。</p >
1556
1570
</td >
1557
1571
</tr >
1558
1572
</tbody >
0 commit comments