Merge pull request #39597 from msahihi/update-kubectl-install-doc
Update kubectl install documentationpull/39143/head
commit
91b1e3fe5c
|
@ -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" >}}
|
||||||
|
|
|
@ -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" %}}
|
||||||
|
|
Loading…
Reference in New Issue