[zh] synchronize install-kubectl-*.md

This commit is contained in:
帅进超
2021-12-22 21:22:20 +08:00
parent 084b840a03
commit ea28345fd4
3 changed files with 10 additions and 10 deletions
@@ -276,11 +276,11 @@ kubectl version --client
### 启用 shell 自动补全功能 {#enable-shell-autocompletion}
<!--
kubectl provides autocompletion support for Bash and Zsh, which can save you a lot of typing.
kubectl provides autocompletion support for Bash, Zsh, Fish, and PowerShell, which can save you a lot of typing.
Below are the procedures to set up autocompletion for Bash and Zsh.
-->
kubectl 为 Bash 和 Zsh 提供自动补全功能,可以减轻许多输入的负担
kubectl 为 Bash、Zsh、Fish 和 PowerShell 提供自动补全功能,可以为你节省大量的输入
下面是为 Bash 和 Zsh 设置自动补全功能的操作步骤。