Skip to content

Commit

Permalink
Fixed tab rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
goostleek committed Jan 24, 2019
1 parent 466d341 commit d038b09
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions content/en/docs/tasks/tools/install-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,18 @@ To install kubectl on Windows you can use either [Chocolatey](https://chocolatey
1. Run the installation command:
{{< tabs name="kubectl_win_install" >}}
{{< tab name="Chocolatey" >}}
{{< tabs name="kubectl_win_install" >}}
{{% tab name="choco" %}}
```
choco install kubernetes-cli
```
{{< /tab >}}
{{< tab name="scoop" >}}
{{% /tab %}}
{{% tab name="scoop" %}}
```
scoop install kubectl
```
{{< /tab >}}
{{< /tabs >}}
{{% /tab %}}
{{< /tabs >}}
2. Test to ensure the version you installed is sufficiently up-to-date:
Expand All @@ -158,7 +158,7 @@ To install kubectl on Windows you can use either [Chocolatey](https://chocolatey
mkdir .kube
```
5. Change to the .kube directory you just created:
5. Change to the `.kube` directory you just created:
```
cd .kube
Expand Down

0 comments on commit d038b09

Please sign in to comment.