[zh] Fix some 404 links
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
title: Kubelet 配置 (v1beta1)
|
||||
content_type: tool-reference
|
||||
package: kubelet.config.k8s.io/v1beta1
|
||||
auto_generated: true
|
||||
---
|
||||
|
||||
<!--
|
||||
@@ -683,7 +682,7 @@ The cgroupRoot must be specified if this field is not empty.
|
||||
Default: "&qout;
|
||||
-->
|
||||
<p><code>systemCgroups</code>是用来放置那些未被容器化的、非内核的进程的控制组
|
||||
(CGroup)的绝对名称。设置为空字符串表示没有这类容器。回滚此字段设置需要重启节点。
|
||||
(CGroup)的绝对名称。设置为空字符串表示没有这类容器。回滚此字段设置需要重启节点。
|
||||
当此字段非空时,必须设置<code>cgroupRoot</code>字段。</p>
|
||||
<p>默认值:""</p>
|
||||
</td>
|
||||
@@ -696,7 +695,7 @@ Default: "&qout;
|
||||
<!--cgroupRoot is the root cgroup to use for pods. This is handled by the
|
||||
container runtime on a best effort basis.
|
||||
-->
|
||||
<p><code>cgroupRoot</code>是用来运行 Pod 的控制组 (CGroup)。
|
||||
<p><code>cgroupRoot</code>是用来运行 Pod 的控制组(CGroup)。
|
||||
容器运行时会尽可能处理此字段的设置值。</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -725,7 +724,7 @@ Default: true
|
||||
or systemd).
|
||||
Default: "cgroupfs"
|
||||
-->
|
||||
<p><code>cgroupDriver</code>是 kubelet 用来操控宿主系统上控制组 (CGroup)
|
||||
<p><code>cgroupDriver</code>是 kubelet 用来操控宿主系统上控制组(CGroup)
|
||||
的驱动程序(cgroupfs 或 systemd)。</p>
|
||||
<p>默认值:"cgroupfs"</p>
|
||||
</td>
|
||||
@@ -1399,7 +1398,8 @@ Default: nil
|
||||
-->
|
||||
<p><code>systemReserved</code>是一组<code>资源名称=资源数量</code>对,
|
||||
用来描述为非 Kubernetes 组件预留的资源(例如:'cpu=200m,memory=150G')。</p>
|
||||
<p>目前仅支持 CPU 和内存。更多细节可参见 http://kubernetes.io/zh/docs/user-guide/compute-resources。</p>
|
||||
<p>目前仅支持 CPU 和内存。更多细节可参见
|
||||
https://kubernetes.io/zh-cn/docs/concepts/configuration/manage-resources-containers/ 。</p>
|
||||
<p>默认值:Nil</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user