Skip to content

Commit 396f5fe

Browse files
authored
Merge pull request #37344 from windsonsea/inswine
Add the ending mark of codeblock in install-kubectl-windows.md
2 parents 536588c + 61ca3c1 commit 396f5fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/tasks/tools/install-kubectl-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The following methods exist for installing kubectl on Windows:
3030

3131
```powershell
3232
curl.exe -LO "https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe"
33+
```
3334

3435
{{< note >}}
3536
To find out the latest stable version (for example, for scripting), take a look at [https://dl.k8s.io/release/stable.txt](https://dl.k8s.io/release/stable.txt).
@@ -98,7 +99,6 @@ If you have installed Docker Desktop before, you may need to place your `PATH` e
9899
{{% /tab %}}
99100
{{< /tabs >}}
100101

101-
102102
1. Test to ensure the version you installed is up-to-date:
103103

104104
```powershell
@@ -158,7 +158,7 @@ Below are the procedures to set up autocompletion for PowerShell.
158158
curl.exe -LO "https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe"
159159
```
160160

161-
1. Validate the binary (optional)
161+
1. Validate the binary (optional).
162162

163163
Download the `kubectl-convert` checksum file:
164164

@@ -183,7 +183,7 @@ Below are the procedures to set up autocompletion for PowerShell.
183183
184184
1. Append or prepend the `kubectl-convert` binary folder to your `PATH` environment variable.
185185
186-
1. Verify plugin is successfully installed
186+
1. Verify the plugin is successfully installed.
187187
188188
```shell
189189
kubectl convert --help

0 commit comments

Comments
 (0)