Skip to content

Commit ea28345

Browse files
committed
[zh] synchronize install-kubectl-*.md
1 parent 084b840 commit ea28345

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

content/zh/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,11 @@ kubectl version --client
276276
### 启用 shell 自动补全功能 {#enable-shell-autocompletion}
277277

278278
<!--
279-
kubectl provides autocompletion support for Bash and Zsh, which can save you a lot of typing.
279+
kubectl provides autocompletion support for Bash, Zsh, Fish, and PowerShell, which can save you a lot of typing.
280280
281281
Below are the procedures to set up autocompletion for Bash and Zsh.
282282
-->
283-
kubectl 为 Bash 和 Zsh 提供自动补全功能,可以减轻许多输入的负担
283+
kubectl 为 Bash、Zsh、FishPowerShell 提供自动补全功能,可以为你节省大量的输入
284284

285285
下面是为 Bash 和 Zsh 设置自动补全功能的操作步骤。
286286

content/zh/docs/tasks/tools/install-kubectl-macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,11 @@ If you are on macOS and using [Macports](https://macports.org/) package manager,
273273
### 启用 shell 自动补全功能 {#enable-shell-autocompletion}
274274

275275
<!--
276-
kubectl provides autocompletion support for Bash and Zsh, which can save you a lot of typing.
276+
kubectl provides autocompletion support for Bash, Zsh, Fish, and PowerShell which can save you a lot of typing.
277277
278278
Below are the procedures to set up autocompletion for Bash and Zsh.
279279
-->
280-
kubectl 为 Bash 和 Zsh 提供自动补全功能,这可以节省许多输入的麻烦
280+
kubectl 为 Bash、Zsh、FishPowerShell 提供自动补全功能,可以为你节省大量的输入
281281

282282
下面是为 Bash 和 Zsh 设置自动补全功能的操作步骤。
283283

content/zh/docs/tasks/tools/install-kubectl-windows.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,16 +225,16 @@ Edit the config file with a text editor of your choice, such as Notepad.
225225

226226
### 启用 shell 自动补全功能 {#enable-shell-autocompletion}
227227

228-
<!--
229-
kubectl provides autocompletion support for Bash and Zsh, which can save you a lot of typing.
228+
<!--
229+
kubectl provides autocompletion support for Bash, Zsh, Fish, and PowerShell, which can save you a lot of typing.
230230
231-
Below are the procedures to set up autocompletion for Zsh, if you are running that on Windows.
231+
Below are the procedures to set up autocompletion for PowerShell.
232232
-->
233-
kubectl 为 Bash 和 Zsh 提供自动补全功能,可以减轻许多输入的负担
233+
kubectl 为 Bash、Zsh、FishPowerShell 提供自动补全功能,可以为你节省大量的输入
234234

235-
下面是设置 Zsh 自动补全功能的操作步骤,前提是你在 Windows 上面运行的是 Zsh
235+
下面是设置 PowerShell 自动补全功能的操作步骤。
236236

237-
{{< include "included/optional-kubectl-configs-zsh.md" >}}
237+
{{< include "included/optional-kubectl-configs-pwsh.md" >}}
238238

239239
<!--
240240
### Install `kubectl convert` plugin

0 commit comments

Comments
 (0)