From cff8efab31af8d41592723dcdaaa16d4747987f5 Mon Sep 17 00:00:00 2001 From: Shuyang Wu Date: Sat, 20 Jun 2020 10:06:56 +0800 Subject: [PATCH] Update typo in zh install-kubectl Make the change according to English page, and also the issue [here](https://github.com/minishift/minishift/issues/3440#issuecomment-617506530) --- .../zh/docs/tasks/tools/install-kubectl.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/content/zh/docs/tasks/tools/install-kubectl.md b/content/zh/docs/tasks/tools/install-kubectl.md index 9607f9f937..723c6c25b0 100644 --- a/content/zh/docs/tasks/tools/install-kubectl.md +++ b/content/zh/docs/tasks/tools/install-kubectl.md @@ -104,7 +104,7 @@ If you are on Ubuntu or one of other Linux distributions that support [snap](htt 2. Test to ensure the version you installed is sufficiently up-to-date: ``` - kubectl version + kubectl version --client ``` --> ## 在 Ubuntu 上使用 snap 安装 kubectl @@ -120,7 +120,7 @@ If you are on Ubuntu or one of other Linux distributions that support [snap](htt 2. 测试以确保您安装的版本是最新的: ``` - kubectl version + kubectl version --client ``` ## 在 macOS 上用 Homebrew 安装 kubectl @@ -153,7 +153,7 @@ If you are on macOS and using [Homebrew](https://brew.sh/) package manager, you 2. 测试以确保您安装的版本是最新的: ``` - kubectl version + kubectl version --client ``` @@ -171,7 +171,7 @@ If you are on macOS and using [Macports](https://macports.org/) package manager, 2. Test to ensure the version you installed is sufficiently up-to-date: ``` - kubectl version + kubectl version --client ``` --> @@ -188,7 +188,7 @@ If you are on macOS and using [Macports](https://macports.org/) package manager, 2. 测试以确保您安装的版本是最新的: ``` - kubectl version + kubectl version --client ``` ## 将 kubectl 作为 Google Cloud SDK 的一部分下载 @@ -360,7 +360,7 @@ kubectl 可以作为 Google Cloud SDK 的一部分进行安装。 3. 测试以确保您安装的版本是最新的: ``` - kubectl version + kubectl version --client ```