Merge pull request #20005 from rekcah78/install_kubectl_add_param_client
Missing parameters --client for kubectl version
This commit is contained in:
@@ -87,7 +87,7 @@ If you are on Ubuntu or another Linux distribution that support [snap](https://s
|
|||||||
```shell
|
```shell
|
||||||
snap install kubectl --classic
|
snap install kubectl --classic
|
||||||
|
|
||||||
kubectl version
|
kubectl version --client
|
||||||
```
|
```
|
||||||
{{% /tab %}}
|
{{% /tab %}}
|
||||||
{{% tab name="Homebrew" %}}
|
{{% tab name="Homebrew" %}}
|
||||||
@@ -95,7 +95,7 @@ If you are on Linux and using [Homebrew](https://docs.brew.sh/Homebrew-on-Linux)
|
|||||||
```shell
|
```shell
|
||||||
brew install kubectl
|
brew install kubectl
|
||||||
|
|
||||||
kubectl version
|
kubectl version --client
|
||||||
```
|
```
|
||||||
{{% /tab %}}
|
{{% /tab %}}
|
||||||
{{< /tabs >}}
|
{{< /tabs >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user