Skip to content

Commit 972c689

Browse files
authored
Merge pull request #21467 from ZhiFeng1993/Update-kubelet-and-kubernetes-cni-binary-installation-info
Update installation info for kubelet and kubernetes-cni
2 parents a5331c4 + 7512752 commit 972c689

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,8 @@ The DEB and RPM packages shipped with the Kubernetes releases are:
198198
| Package name | Description |
199199
|--------------|-------------|
200200
| `kubeadm` | Installs the `/usr/bin/kubeadm` CLI tool and the [kubelet drop-in file](#the-kubelet-drop-in-file-for-systemd) for the kubelet. |
201-
| `kubelet` | Installs the `/usr/bin/kubelet` binary. |
201+
| `kubelet` | Installs the kubelet binary in `/usr/bin` and CNI binaries in `/opt/cni/bin`. |
202202
| `kubectl` | Installs the `/usr/bin/kubectl` binary. |
203-
| `kubernetes-cni` | Installs the official CNI binaries into the `/opt/cni/bin` directory. |
204203
| `cri-tools` | Installs the `/usr/bin/crictl` binary from the [cri-tools git repository](https://github.com/kubernetes-incubator/cri-tools). |
205204

206205

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,8 @@ The DEB and RPM packages shipped with the Kubernetes releases are:
192192
| Package name | Description |
193193
|--------------|-------------|
194194
| `kubeadm` | Installs the `/usr/bin/kubeadm` CLI tool and the [kubelet drop-in file](#the-kubelet-drop-in-file-for-systemd) for the kubelet. |
195-
| `kubelet` | Installs the `/usr/bin/kubelet` binary. |
195+
| `kubelet` | Installs the kubelet binary in `/usr/bin` and CNI binaries in `/opt/cni/bin`. |
196196
| `kubectl` | Installs the `/usr/bin/kubectl` binary. |
197-
| `kubernetes-cni` | Installs the official CNI binaries into the `/opt/cni/bin` directory. |
198197
| `cri-tools` | Installs the `/usr/bin/crictl` binary from the [cri-tools git repository](https://github.com/kubernetes-incubator/cri-tools). |
199198

200199

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,8 @@ Kubernetes 版本对应的 DEB 和 RPM 软件包是:
373373
| Package name | Description |
374374
|--------------|-------------|
375375
| `kubeadm` | 给 kubelet 安装 `/usr/bin/kubeadm` CLI 工具和 [kubelet 插件](#the-kubelet-drop-in-file-for-systemd)。 |
376-
| `kubelet` | 安装 `/usr/bin/kubelet` 二进制文件。 |
376+
| `kubelet` | 安装 `/usr/bin/kubelet` 二进制文件和 `/opt/cni/bin` CNI 二进制文件。 |
377377
| `kubectl` | 安装 `/usr/bin/kubectl` 二进制文件。 |
378-
| `kubernetes-cni` | 将官方的 CNI 二进制文件安装到 `/opt/cni/bin` 目录中 |
379378
| `cri-tools` | 从 [cri-tools git 仓库](https://github.com/kubernetes-incubator/cri-tools)中安装 `/usr/bin/crictl` 二进制文件。 |
380379

381380

0 commit comments

Comments
 (0)