File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
en/docs/setup/production-environment/tools/kubeadm
ja/docs/setup/production-environment/tools/kubeadm
zh/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -198,9 +198,8 @@ The DEB and RPM packages shipped with the Kubernetes releases are:
198
198
| Package name | Description |
199
199
|--------------|-------------|
200
200
| `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` . |
202
202
| `kubectl` | Installs the `/usr/bin/kubectl` binary. |
203
- | `kubernetes-cni` | Installs the official CNI binaries into the `/opt/cni/bin` directory. |
204
203
| `cri-tools` | Installs the `/usr/bin/crictl` binary from the [cri-tools git repository](https://github.com/kubernetes-incubator/cri-tools). |
205
204
206
205
Original file line number Diff line number Diff line change @@ -192,9 +192,8 @@ The DEB and RPM packages shipped with the Kubernetes releases are:
192
192
| Package name | Description |
193
193
|--------------|-------------|
194
194
| `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` . |
196
196
| `kubectl` | Installs the `/usr/bin/kubectl` binary. |
197
- | `kubernetes-cni` | Installs the official CNI binaries into the `/opt/cni/bin` directory. |
198
197
| `cri-tools` | Installs the `/usr/bin/crictl` binary from the [cri-tools git repository](https://github.com/kubernetes-incubator/cri-tools). |
199
198
200
199
Original file line number Diff line number Diff line change @@ -373,9 +373,8 @@ Kubernetes 版本对应的 DEB 和 RPM 软件包是:
373
373
| Package name | Description |
374
374
|--------------|-------------|
375
375
| `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 二进制文件。 |
377
377
| `kubectl` | 安装 `/usr/bin/kubectl` 二进制文件。 |
378
- | `kubernetes-cni` | 将官方的 CNI 二进制文件安装到 `/opt/cni/bin` 目录中 |
379
378
| `cri-tools` | 从 [cri-tools git 仓库](https://github.com/kubernetes-incubator/cri-tools)中安装 `/usr/bin/crictl` 二进制文件。 |
380
379
381
380
You can’t perform that action at this time.
0 commit comments