@@ -844,6 +844,21 @@ Default: "container"</p>
844
844
</td >
845
845
</tr >
846
846
847
+ <tr ><td ><code >topologyManagerPolicyOptions</code ><br />
848
+ <code >map[ string] string</code >
849
+ </td >
850
+ <td >
851
+ <!--
852
+ <p>TopologyManagerPolicyOptions is a set of key=value which allows to set extra options
853
+ to fine tune the behaviour of the topology manager policies.
854
+ Requires both the "TopologyManager" and "TopologyManagerPolicyOptions" feature gates to be enabled.
855
+ Default: nil</p>
856
+ -->
857
+ <p >TopologyManagerPolicyOptions 是一组 key=value 键值映射,容许设置额外的选项来微调拓扑管理器策略的行为。需要同时启用 " ; TopologyManager" ; 和 " ; TopologyManagerPolicyOptions" ; 特性门控。
858
+ 默认值:nil</p >
859
+ </td >
860
+ </tr >
861
+
847
862
<tr ><td ><code >qosReserved</code ><br />
848
863
<code >map[ string] string</code >
849
864
</td >
@@ -994,13 +1009,13 @@ Default: true
994
1009
</td >
995
1010
<td >
996
1011
<!-- cpuCFSQuotaPeriod is the CPU CFS quota period value, `cpu.cfs_period_us`.
997
- The value must be between 1 us and 1 second, inclusive.
1012
+ The value must be between 1 ms and 1 second, inclusive.
998
1013
Requires the CustomCPUCFSQuotaPeriod feature gate to be enabled.
999
1014
Default: "100ms"
1000
1015
-->
1001
1016
<p ><code >cpuCFSQuotaPeriod</code >设置 CPU CFS 配额周期值,<code >cpu.cfs_period_us</code >。
1002
- 此值需要介于 1 微秒和 1 秒之间,包含 1 微秒和 1 秒。
1003
- 此功能要求启用<code >CustomCPUCFSQuotaPeriod</code >特性门控被启用。</p >
1017
+ 此值需要介于 1 毫秒和 1 秒之间,包含 1 毫秒和 1 秒。
1018
+ 此功能要求启用 <code >CustomCPUCFSQuotaPeriod</code > 特性门控被启用。</p >
1004
1019
<p >默认值:" ; 100ms" ; </p >
1005
1020
</td >
1006
1021
</tr >
@@ -1794,19 +1809,19 @@ Default: false
1794
1809
when setting the cgroupv2 memory.high value to enforce MemoryQoS.
1795
1810
Decreasing this factor will set lower high limit for container cgroups and put heavier reclaim pressure
1796
1811
while increasing will put less reclaim pressure.
1797
- See http ://kep.k8s.io/2570 for more details.
1812
+ See https ://kep.k8s.io/2570 for more details.
1798
1813
Default: 0.8
1799
1814
-->
1800
1815
<p >当设置 cgroupv2 <code >memory.high</code >以实施<code >MemoryQoS</code >特性时,
1801
1816
<code >memoryThrottlingFactor</code >用来作为内存限制或节点可分配内存的系数。</p >
1802
1817
<p >减小此系数会为容器控制组设置较低的 high 限制值,从而增大回收压力;反之,
1803
- 增大此系数会降低回收压力。更多细节参见 http ://kep.k8s.io/2570。 </p >
1818
+ 增大此系数会降低回收压力。更多细节参见 https ://kep.k8s.io/2570。 </p >
1804
1819
<p >默认值:0.8</p >
1805
1820
</td >
1806
1821
</tr >
1807
1822
1808
1823
<tr ><td ><code >registerWithTaints</code ><br />
1809
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23 /#taint-v1-core " ><code >[ ] core/v1.Taint</code ></a >
1824
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26 /#taint-v1-core " ><code >[ ] core/v1.Taint</code ></a >
1810
1825
</td >
1811
1826
<td >
1812
1827
<!-- registerWithTaints are an array of taints to add to a node object when
@@ -1837,9 +1852,9 @@ Default: true
1837
1852
</td >
1838
1853
<td >
1839
1854
<!-- Tracing specifies the versioned configuration for OpenTelemetry tracing clients.
1840
- See http ://kep.k8s.io/2832 for more details. -->
1855
+ See https ://kep.k8s.io/2832 for more details. -->
1841
1856
<p >tracing 为 OpenTelemetry 追踪客户端设置版本化的配置信息。
1842
- 参阅 http ://kep.k8s.io/2832 了解更多细节。</p >
1857
+ 参阅 https ://kep.k8s.io/2832 了解更多细节。</p >
1843
1858
</td >
1844
1859
</tr >
1845
1860
<tr ><td ><code >localStorageCapacityIsolation</code ><br />
@@ -1885,7 +1900,7 @@ SerializedNodeConfigSource 允许对 `v1.NodeConfigSource` 执行序列化操作
1885
1900
<tr ><td ><code >kind</code ><br />string</td ><td ><code >SerializedNodeConfigSource</code ></td ></tr >
1886
1901
1887
1902
<tr ><td ><code >source</code ><br />
1888
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23 /#nodeconfigsource-v1-core " ><code >core/v1.NodeConfigSource</code ></a >
1903
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26 /#nodeconfigsource-v1-core " ><code >core/v1.NodeConfigSource</code ></a >
1889
1904
</td >
1890
1905
<td >
1891
1906
<!-- source is the source that we are serializing.
@@ -2350,7 +2365,7 @@ MemoryReservation 为每个 NUMA 节点设置不同类型的内存预留。
2350
2365
</tr >
2351
2366
2352
2367
<tr ><td ><code >limits</code > <B >[必需]</B ><br />
2353
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23 /#resourcelist-v1-core " ><code >core/v1.ResourceList</code ></a >
2368
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26 /#resourcelist-v1-core " ><code >core/v1.ResourceList</code ></a >
2354
2369
</td >
2355
2370
<td >
2356
2371
<!-- span class="text-muted">No description provided.</span-->
0 commit comments