Add info to verify successfull installation and address other suggestions

Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
This commit is contained in:
bhumijgupta
2021-07-05 17:15:04 +05:30
parent 956eb48e72
commit 437e2a74f8
4 changed files with 31 additions and 6 deletions
@@ -168,7 +168,7 @@ Below are the procedures to set up autocompletion for Bash and Zsh.
{{< tab name="Zsh" include="included/optional-kubectl-configs-zsh.md" />}}
{{< /tabs >}}
### Install kubectl convert plugin
### Install `kubectl convert` plugin
{{< include "included/kubectl-convert-overview.md" >}}
@@ -236,6 +236,14 @@ Below are the procedures to set up autocompletion for Bash and Zsh.
Make sure `/usr/local/bin` is in your PATH environment variable.
{{< /note >}}
1. Verify plugin is successfully installed
```shell
kubectl convert --help
```
If you do not see an error, it means the plugin is successfully installed.
## {{% heading "whatsnext" %}}
{{< include "included/kubectl-whats-next.md" >}}