Merge pull request #39597 from msahihi/update-kubectl-install-doc

Update kubectl install documentation
pull/39143/head
Kubernetes Prow Robot 2023-02-22 03:37:56 -08:00 committed by GitHub
commit 91b1e3fe5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -266,6 +266,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. 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" %}} ## {{% heading "whatsnext" %}}
{{< include "included/kubectl-whats-next.md" >}} {{< include "included/kubectl-whats-next.md" >}}

View File

@ -275,7 +275,7 @@ Below are the procedures to set up autocompletion for Bash, Fish, and Zsh.
1. After installing the plugin, clean up the installation files: 1. After installing the plugin, clean up the installation files:
```bash ```bash
rm kubectl kubectl.sha256 rm kubectl-convert kubectl-convert.sha256
``` ```
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}