Fix tab titles in install-kubectl.md (#8496)

Fixes #8276
This commit is contained in:
Bjørn Erik Pedersen 2018-05-12 16:54:27 +02:00 committed by k8s-ci-robot
parent f8f20e7472
commit 290aa53888
1 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ kubectl can be installed as part of the Google Cloud SDK.
## Install kubectl binary via curl ## Install kubectl binary via curl
{{< tabs name="kubectl_install_curl" >}} {{< tabs name="kubectl_install_curl" >}}
{{% tab name="macos" %}} {{% tab name="macOS" %}}
1. Download the latest release with the command: 1. Download the latest release with the command:
``` ```
@ -134,7 +134,7 @@ kubectl can be installed as part of the Google Cloud SDK.
sudo mv ./kubectl /usr/local/bin/kubectl sudo mv ./kubectl /usr/local/bin/kubectl
``` ```
{{% /tab %}} {{% /tab %}}
{{% tab name="linux" %}} {{% tab name="Linux" %}}
1. Download the latest release with the command: 1. Download the latest release with the command:
@ -162,7 +162,7 @@ kubectl can be installed as part of the Google Cloud SDK.
sudo mv ./kubectl /usr/local/bin/kubectl sudo mv ./kubectl /usr/local/bin/kubectl
``` ```
{{% /tab %}} {{% /tab %}}
{{% tab name="win" %}} {{% tab name="Windows" %}}
1. Download the latest release {{< param "fullversion" >}} from [this link](https://storage.googleapis.com/kubernetes-release/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe). 1. Download the latest release {{< param "fullversion" >}} from [this link](https://storage.googleapis.com/kubernetes-release/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe).
Or if you have `curl` installed, use this command: Or if you have `curl` installed, use this command: