From fdf59313cf61a0908c06d4dd88c37caaf67d54b5 Mon Sep 17 00:00:00 2001 From: Mohammad Sahihi Benis Date: Tue, 21 Feb 2023 14:18:07 +0100 Subject: [PATCH 1/2] Update kubectl-convert in install-kubectl-macos.md --- content/en/docs/tasks/tools/install-kubectl-macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/tools/install-kubectl-macos.md b/content/en/docs/tasks/tools/install-kubectl-macos.md index a02b027b28..f44e22abee 100644 --- a/content/en/docs/tasks/tools/install-kubectl-macos.md +++ b/content/en/docs/tasks/tools/install-kubectl-macos.md @@ -264,7 +264,7 @@ Below are the procedures to set up autocompletion for Bash, Fish, and Zsh. 1. After installing the plugin, clean up the installation files: ```bash - rm kubectl kubectl.sha256 + rm kubectl-convert kubectl-convert.sha256 ``` ## {{% heading "whatsnext" %}} From 84a000b212093eaccba6f23ae91010ac88fbc358 Mon Sep 17 00:00:00 2001 From: Mohammad Sahihi Benis Date: Tue, 21 Feb 2023 14:22:52 +0100 Subject: [PATCH 2/2] Add remove kubectl-convert* files in install-kubectl-linux.md --- content/en/docs/tasks/tools/install-kubectl-linux.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/tasks/tools/install-kubectl-linux.md b/content/en/docs/tasks/tools/install-kubectl-linux.md index a48dcd654e..d90818dea9 100644 --- a/content/en/docs/tasks/tools/install-kubectl-linux.md +++ b/content/en/docs/tasks/tools/install-kubectl-linux.md @@ -256,6 +256,12 @@ Below are the procedures to set up autocompletion for Bash, Fish, and Zsh. If you do not see an error, it means the plugin is successfully installed. +1. After installing the plugin, clean up the installation files: + + ```bash + rm kubectl-convert kubectl-convert.sha256 + ``` + ## {{% heading "whatsnext" %}} {{< include "included/kubectl-whats-next.md" >}}