Merge pull request #32817 from sarangjo/patch-1
Nit: grammar fix on install-kubectl-linux.md
This commit is contained in:
commit
12e12f8f05
|
|
@ -152,7 +152,7 @@ sudo yum install -y kubectl
|
||||||
|
|
||||||
{{< tabs name="other_kubectl_install" >}}
|
{{< tabs name="other_kubectl_install" >}}
|
||||||
{{% tab name="Snap" %}}
|
{{% tab name="Snap" %}}
|
||||||
If you are on Ubuntu or another Linux distribution that support [snap](https://snapcraft.io/docs/core/install) package manager, kubectl is available as a [snap](https://snapcraft.io/) application.
|
If you are on Ubuntu or another Linux distribution that supports the [snap](https://snapcraft.io/docs/core/install) package manager, kubectl is available as a [snap](https://snapcraft.io/) application.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
snap install kubectl --classic
|
snap install kubectl --classic
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue