Skip to content

Commit 91b1e3f

Browse files
authored
Merge pull request #39597 from msahihi/update-kubectl-install-doc
Update kubectl install documentation
2 parents 401fd99 + 84a000b commit 91b1e3f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,12 @@ Below are the procedures to set up autocompletion for Bash, Fish, and Zsh.
266266

267267
If you do not see an error, it means the plugin is successfully installed.
268268

269+
1. After installing the plugin, clean up the installation files:
270+
271+
```bash
272+
rm kubectl-convert kubectl-convert.sha256
273+
```
274+
269275
## {{% heading "whatsnext" %}}
270276

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Below are the procedures to set up autocompletion for Bash, Fish, and Zsh.
275275
1. After installing the plugin, clean up the installation files:
276276

277277
```bash
278-
rm kubectl kubectl.sha256
278+
rm kubectl-convert kubectl-convert.sha256
279279
```
280280

281281
## {{% heading "whatsnext" %}}

0 commit comments

Comments
 (0)