File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
content/zh-cn/docs/tasks/tools Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,15 @@ The following methods exist for installing kubectl on Windows:
132
132
kubectl version --client --output=yaml
133
133
```
134
134
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
+
135
144
{{< note >}}
136
145
<!--
137
146
[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 提供自动补全功能,可以
325
334
-->
326
335
如果你没有看到任何错误就代表插件安装成功了。
327
336
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
+
328
346
## {{% heading "whatsnext" %}}
329
347
330
348
{{< include "included/kubectl-whats-next.md" >}}
You can’t perform that action at this time.
0 commit comments