Skip to content

Commit 88cc685

Browse files
committed
[zh-cn]sync configure-cgroup-driver.md
Signed-off-by: xin.li <[email protected]>
1 parent 66d2642 commit 88cc685

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/zh-cn/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,17 @@ Kubeadm 对集群所有的节点,使用相同的 `KubeletConfiguration`。
125125
`KubeletConfiguration` 写入到文件 `/var/lib/kubelet/config.yaml` 中,
126126
继而把它传递给本地节点的 kubelet。
127127

128+
<!--
129+
On each node, kubeadm detects the CRI socket and stores its details into the `/var/lib/kubelet/instance-config.yaml` file.
130+
When executing the `init`, `join`, or `upgrade` subcommands,
131+
kubeadm patches the `containerRuntimeEndpoint` value from this instance configuration into `/var/lib/kubelet/config.yaml`.
132+
-->
133+
在每个节点上,kubeadm 会检测 CRI 套接字,并将其详细信息存储到
134+
`/var/lib/kubelet/instance-config.yaml` 文件中。
135+
当执行 `init``join``upgrade` 子命令时,
136+
kubeadm 会将此实例配置中的 `containerRuntimeEndpoint` 值 patch 到
137+
`/var/lib/kubelet/config.yaml` 中。
138+
128139
{{< /note >}}
129140

130141
<!--

0 commit comments

Comments
 (0)