Skip to content

Commit ca5aeb2

Browse files
author
zhuzhenghao
committed
[zh] Resync install-kubectl-windows.md
1 parent 3f51242 commit ca5aeb2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,15 @@ The following methods exist for installing kubectl on Windows:
132132
kubectl version --client --output=yaml
133133
```
134134

135+
<!--
136+
1. After installing the plugin, clean up the installation files:
137+
-->
138+
5. 安装插件后,清理安装文件:
139+
140+
```powershell
141+
del kubectl.exe kubectl.exe.sha256
142+
```
143+
135144
{{< note >}}
136145
<!--
137146
[Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/#kubernetes) adds its own version of `kubectl` to `PATH`.
@@ -325,6 +334,15 @@ kubectl 为 Bash、Zsh、Fish 和 PowerShell 提供自动补全功能,可以
325334
-->
326335
如果你没有看到任何错误就代表插件安装成功了。
327336

337+
<!--
338+
1. After installing the plugin, clean up the installation files:
339+
-->
340+
5. 安装插件后,清理安装文件:
341+
342+
```powershell
343+
del kubectl-convert.exe kubectl-convert.exe.sha256
344+
```
345+
328346
## {{% heading "whatsnext" %}}
329347

330348
{{< include "included/kubectl-whats-next.md" >}}

0 commit comments

Comments
 (0)