From 62b07b706bc60f1d3cfd6119a700e577857045f4 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Mon, 27 Mar 2023 10:32:48 +0800 Subject: [PATCH] [zh-cn]sync tasks/tools Signed-off-by: xin.li --- .../optional-kubectl-configs-bash-mac.md | 6 ++--- .../docs/tasks/tools/install-kubectl-linux.md | 23 ++++++++++++++----- .../docs/tasks/tools/install-kubectl-macos.md | 1 + .../tasks/tools/install-kubectl-windows.md | 4 +++- 4 files changed, 24 insertions(+), 10 deletions(-) diff --git a/content/zh-cn/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md b/content/zh-cn/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md index 335e8d5b83..05a536830c 100644 --- a/content/zh-cn/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md +++ b/content/zh-cn/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md @@ -97,9 +97,9 @@ Homebrew 通常把它安装为 `/usr/local/bin/bash`。 ### 安装 bash-completion {#install-bash-completion} {{< note >}} - 如前所述,本说明假定你使用的 Bash 版本为 4.1+,这意味着你要安装 bash-completion v2 diff --git a/content/zh-cn/docs/tasks/tools/install-kubectl-linux.md b/content/zh-cn/docs/tasks/tools/install-kubectl-linux.md index 3cc5f2e831..6f4a60bd50 100644 --- a/content/zh-cn/docs/tasks/tools/install-kubectl-linux.md +++ b/content/zh-cn/docs/tasks/tools/install-kubectl-linux.md @@ -22,7 +22,10 @@ card: ## {{% heading "prerequisites" %}} kubectl 版本和集群版本之间的差异必须在一个小版本号内。 @@ -65,7 +68,8 @@ The following methods exist for installing kubectl on Linux: {{< note >}} @@ -138,7 +142,8 @@ The following methods exist for installing kubectl on Linux: {{< note >}} 即使你没有目标系统的 root 权限,仍然可以将 kubectl 安装到目录 `~/.local/bin` 中: @@ -200,7 +205,9 @@ Or use this for detailed view of version: + 如果你使用 Debian 9(stretch)或更早版本,则你还需要安装 `apt-transport-https`: + ```shell sudo apt-get install -y apt-transport-https ``` @@ -271,7 +278,9 @@ sudo yum install -y kubectl {{< tabs name="other_kubectl_install" >}} {{% tab name="Snap" %}} 如果你使用的 Ubuntu 或其他 Linux 发行版,内建支持 [snap](https://snapcraft.io/docs/core/install) 包管理工具, @@ -286,7 +295,8 @@ kubectl version --client {{% tab name="Homebrew" %}} 如果你使用 Linux 系统,并且装了 [Homebrew](https://docs.brew.sh/Homebrew-on-Linux) 包管理工具, @@ -318,7 +328,8 @@ kubectl version --client ### 启用 shell 自动补全功能 {#enable-shell-autocompletion} diff --git a/content/zh-cn/docs/tasks/tools/install-kubectl-macos.md b/content/zh-cn/docs/tasks/tools/install-kubectl-macos.md index a93f4700c5..af7633c1d8 100644 --- a/content/zh-cn/docs/tasks/tools/install-kubectl-macos.md +++ b/content/zh-cn/docs/tasks/tools/install-kubectl-macos.md @@ -201,6 +201,7 @@ The following methods exist for installing kubectl on macOS: ``` WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. ``` + - 使用 PowerShell `-eq` 操作使验证自动化,获得 `True` 或者 `False` 的结果: