Skip to content

Commit 894325b

Browse files
authored
Merge pull request #23851 from zhangguanzhang/fix-zh-wrong-kubelet-integration
[zh] fix wrong href on content/zh/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md
2 parents e7e99cc + e724187 commit 894325b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@ This file specifies the default locations for all of the files managed by kubead
319319
`/etc/default/kubelet` (for DEBs), or `/etc/sysconfig/kubelet` (for RPMs). `KUBELET_EXTRA_ARGS`
320320
is last in the flag chain and has the highest priority in the event of conflicting settings.
321321
-->
322-
## 系统中的 kubelet 插件
322+
## kubelet 的 systemd 文件 {#the-kubelet-drop-in-file-for-systemd}
323323

324-
kubeadm 中附带了有关系统如何运行 kubelet 的配置
325-
请注意 kubeadm CLI 命令不会触及此插件
324+
kubeadm 中附带了有关系统如何运行 kubelet 的 systemd 配置文件
325+
请注意 kubeadm CLI 命令不会修改此文件
326326

327327
通过 `kubeadm` [DEB](https://github.com/kubernetes/kubernetes/blob/master/build/debs/10-kubeadm.conf) 或者 [RPM 包](https://github.com/kubernetes/kubernetes/blob/master/build/rpms/10-kubeadm.conf) 安装的配置文件已被写入 `/etc/systemd/system/kubelet.service.d/10-kubeadm.conf` 并由系统使用。
328328
它加强了基础设施 [`kubelet.service` for RPM](https://github.com/kubernetes/kubernetes/blob/master/build/rpms/kubelet.service) (resp. [`kubelet.service` for DEB](https://github.com/kubernetes/kubernetes/blob/master/build/debs/kubelet.service))):
@@ -372,7 +372,7 @@ Kubernetes 版本对应的 DEB 和 RPM 软件包是:
372372

373373
| Package name | Description |
374374
|--------------|-------------|
375-
| `kubeadm` | 给 kubelet 安装 `/usr/bin/kubeadm` CLI 工具和 [kubelet 插件](#the-kubelet-drop-in-file-for-systemd)。 |
375+
| `kubeadm` | 给 kubelet 安装 `/usr/bin/kubeadm` CLI 工具和 [kubelet 的 systemd 文件](#the-kubelet-drop-in-file-for-systemd)。 |
376376
| `kubelet` | 安装 `/usr/bin/kubelet` 二进制文件和 `/opt/cni/bin` CNI 二进制文件。 |
377377
| `kubectl` | 安装 `/usr/bin/kubectl` 二进制文件。 |
378378
| `cri-tools` | 从 [cri-tools git 仓库](https://github.com/kubernetes-incubator/cri-tools)中安装 `/usr/bin/crictl` 二进制文件。 |

0 commit comments

Comments
 (0)