Skip to content

Commit 1c816b6

Browse files
authored
Merge pull request #39045 from windsonsea/conv1b1
[zh] sync kubelet-config.v1beta1.md
2 parents 4761ec4 + 24fc6dd commit 1c816b6

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

content/zh-cn/docs/reference/config-api/kubelet-config.v1beta1.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,21 @@ Default: &quot;container&quot;</p>
844844
</td>
845845
</tr>
846846

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 &quot;TopologyManager&quot; and &quot;TopologyManagerPolicyOptions&quot; feature gates to be enabled.
855+
Default: nil</p>
856+
-->
857+
<p>TopologyManagerPolicyOptions 是一组 key=value 键值映射,容许设置额外的选项来微调拓扑管理器策略的行为。需要同时启用 &quot;TopologyManager&quot;&quot;TopologyManagerPolicyOptions&quot; 特性门控。
858+
默认值:nil</p>
859+
</td>
860+
</tr>
861+
847862
<tr><td><code>qosReserved</code><br/>
848863
<code>map[string]string</code>
849864
</td>
@@ -994,13 +1009,13 @@ Default: true
9941009
</td>
9951010
<td>
9961011
<!--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.
9981013
Requires the CustomCPUCFSQuotaPeriod feature gate to be enabled.
9991014
Default: &quot;100ms&quot;
10001015
-->
10011016
<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>
10041019
<p>默认值:&quot;100ms&quot;</p>
10051020
</td>
10061021
</tr>
@@ -1794,19 +1809,19 @@ Default: false
17941809
when setting the cgroupv2 memory.high value to enforce MemoryQoS.
17951810
Decreasing this factor will set lower high limit for container cgroups and put heavier reclaim pressure
17961811
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.
17981813
Default: 0.8
17991814
-->
18001815
<p>当设置 cgroupv2 <code>memory.high</code>以实施<code>MemoryQoS</code>特性时,
18011816
<code>memoryThrottlingFactor</code>用来作为内存限制或节点可分配内存的系数。</p>
18021817
<p>减小此系数会为容器控制组设置较低的 high 限制值,从而增大回收压力;反之,
1803-
增大此系数会降低回收压力。更多细节参见 http://kep.k8s.io/2570。</p>
1818+
增大此系数会降低回收压力。更多细节参见 https://kep.k8s.io/2570。</p>
18041819
<p>默认值:0.8</p>
18051820
</td>
18061821
</tr>
18071822

18081823
<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>
18101825
</td>
18111826
<td>
18121827
<!--registerWithTaints are an array of taints to add to a node object when
@@ -1837,9 +1852,9 @@ Default: true
18371852
</td>
18381853
<td>
18391854
<!-- 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. -->
18411856
<p>tracing 为 OpenTelemetry 追踪客户端设置版本化的配置信息。
1842-
参阅 http://kep.k8s.io/2832 了解更多细节。</p>
1857+
参阅 https://kep.k8s.io/2832 了解更多细节。</p>
18431858
</td>
18441859
</tr>
18451860
<tr><td><code>localStorageCapacityIsolation</code><br/>
@@ -1885,7 +1900,7 @@ SerializedNodeConfigSource 允许对 `v1.NodeConfigSource` 执行序列化操作
18851900
<tr><td><code>kind</code><br/>string</td><td><code>SerializedNodeConfigSource</code></td></tr>
18861901

18871902
<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>
18891904
</td>
18901905
<td>
18911906
<!--source is the source that we are serializing.
@@ -2350,7 +2365,7 @@ MemoryReservation 为每个 NUMA 节点设置不同类型的内存预留。
23502365
</tr>
23512366

23522367
<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>
23542369
</td>
23552370
<td>
23562371
<!--span class="text-muted">No description provided.</span-->

0 commit comments

Comments
 (0)