Skip to content

Commit d56c8b4

Browse files
authored
Merge pull request #30324 from tengqm/zh-sync-install-kubectl-win
[zh] Resync install-kubectl-windows page
2 parents 007f515 + 2514621 commit d56c8b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following methods exist for installing kubectl on Windows:
5858
如果你已安装了 `curl`,也可以使用此命令:
5959

6060
```powershell
61-
curl -LO https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe
61+
curl -LO "https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe"
6262
```
6363

6464
<!--
@@ -78,7 +78,7 @@ The following methods exist for installing kubectl on Windows:
7878
下载 kubectl 校验和文件:
7979

8080
```powershell
81-
curl -LO https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe.sha256
81+
curl -LO "https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe.sha256"
8282
```
8383

8484
<!--
@@ -249,7 +249,7 @@ kubectl 为 Bash 和 Zsh 提供自动补全功能,可以减轻许多输入的
249249
1. 用以下命令下载最新发行版:
250250

251251
```powershell
252-
curl -LO https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe
252+
curl -LO "https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe"
253253
```
254254

255255
<!--
@@ -262,7 +262,7 @@ kubectl 为 Bash 和 Zsh 提供自动补全功能,可以减轻许多输入的
262262
下载 kubectl-convert 校验和文件:
263263

264264
```powershell
265-
curl -LO https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe.sha256
265+
curl -LO "https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe.sha256"
266266
```
267267

268268
<!--

0 commit comments

Comments
 (0)