Skip to content

Commit 6501263

Browse files
committed
[zh] Improve translation of kubelet reference
1 parent 6aa1f9d commit 6501263

File tree

1 file changed

+3
-3
lines changed
  • content/zh-cn/docs/reference/command-line-tools-reference

1 file changed

+3
-3
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/kubelet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ CPU Manager policy to use. Possible values: <code>none</code>, <code>static</cod
475475
<!--
476476
A set of key=value CPU Manager policy options to use, to fine tune their behaviour. If not supplied, keep the default behaviour. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See <a href="https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/">kubelet-config-file</a> for more information.)
477477
-->
478-
一组用于微调其行为的 key=value CPU 管理器策略选项。如果未提供,请保留默认行为
478+
一组用于微调 CPU 管理器策略行为的 key=value 选项。如果未提供,保留默认行为
479479
(已弃用:应在 <code>--config</code> 所给的配置文件中进行设置。
480480
请参阅 <a href="https://kubernetes.io/zh-cn/docs/tasks/administer-cluster/kubelet-config-file/">kubelet-config-file</a> 了解更多信息。)
481481
</td>
@@ -1463,7 +1463,7 @@ Number of Pods that can run on this Kubelet. (DEPRECATED: This parameter should
14631463
Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (DEPRECATED: Use <code>--eviction-hard</code> or <code>--eviction-soft</code> instead. Will be removed in a future version.)
14641464
-->
14651465
设置全局可保留的已停止容器实例个数上限。
1466-
每个实例会占用一些磁盘空间。要禁用,请设置为负数
1466+
每个实例会占用一些磁盘空间。要禁用,可设置为负数
14671467
已弃用:改用 <code>--eviction-hard</code> 或 <code>--eviction-soft</code>。
14681468
此标志将在未来的版本中删除。
14691469
</td>
@@ -2244,7 +2244,7 @@ The full path of the directory in which to search for additional third party vol
22442244
Specifies interval for kubelet to calculate and cache the volume disk usage for all pods and volumes. To disable volume calculations, set to <code>0</code>. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See <a href="https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/">kubelet-config-file</a> for more information.)
22452245
-->
22462246
指定 kubelet 计算和缓存所有 Pod 和卷的磁盘用量总值的时间间隔。要禁用磁盘用量计算,
2247-
请设置为 0。
2247+
可设置为 0。
22482248
(已弃用:应在 <code>--config</code> 所给的配置文件中进行设置。
22492249
请参阅 <a href="https://kubernetes.io/zh-cn/docs/tasks/administer-cluster/kubelet-config-file/">kubelet-config-file</a> 了解更多信息。)
22502250
</td>

0 commit comments

Comments
 (0)