Missing parameters --client for kubectl version

This commit is contained in:
Gasmi Christophe
2020-03-31 10:47:12 +02:00
committed by GitHub
parent 22a4fb9ee6
commit ffaa13c364
@@ -87,7 +87,7 @@ If you are on Ubuntu or another Linux distribution that support [snap](https://s
```shell
snap install kubectl --classic
kubectl version
kubectl version --client
```
{{% /tab %}}
{{% tab name="Homebrew" %}}
@@ -95,7 +95,7 @@ If you are on Linux and using [Homebrew](https://docs.brew.sh/Homebrew-on-Linux)
```shell
brew install kubectl
kubectl version
kubectl version --client
```
{{% /tab %}}
{{< /tabs >}}