From 02f53c05c654ae0cca0d1865aebb6f7de255da42 Mon Sep 17 00:00:00 2001 From: yimtun <47879545+yimtun@users.noreply.github.com> Date: Sun, 7 Jun 2020 09:36:16 +0800 Subject: [PATCH] update kubelet-integration.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 问价 文件 --- .../production-environment/tools/kubeadm/kubelet-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md b/content/zh/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md index 31f0e63bcd..6618de8e48 100644 --- a/content/zh/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md +++ b/content/zh/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md @@ -374,7 +374,7 @@ Kubernetes 版本对应的 DEB 和 RPM 软件包是: |--------------|-------------| | `kubeadm` | 给 kubelet 安装 `/usr/bin/kubeadm` CLI 工具和 [kubelet 插件](#the-kubelet-drop-in-file-for-systemd)。 | | `kubelet` | 安装 `/usr/bin/kubelet` 二进制文件。 | -| `kubectl` | 安装 `/usr/bin/kubectl` 二进制问价。 | +| `kubectl` | 安装 `/usr/bin/kubectl` 二进制文件。 | | `kubernetes-cni` | 将官方的 CNI 二进制文件安装到 `/opt/cni/bin` 目录中 | | `cri-tools` | 从 [cri-tools git 仓库](https://github.com/kubernetes-incubator/cri-tools)中安装 `/usr/bin/crictl` 二进制文件。 |