File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh/docs/tasks/tools Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ The following methods exist for installing kubectl on Windows:
58
58
如果你已安装了 ` curl ` ,也可以使用此命令:
59
59
60
60
``` 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"
62
62
```
63
63
64
64
<!--
@@ -78,7 +78,7 @@ The following methods exist for installing kubectl on Windows:
78
78
下载 kubectl 校验和文件:
79
79
80
80
``` 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"
82
82
```
83
83
84
84
<!--
@@ -249,7 +249,7 @@ kubectl 为 Bash 和 Zsh 提供自动补全功能,可以减轻许多输入的
249
249
1 . 用以下命令下载最新发行版:
250
250
251
251
``` 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"
253
253
```
254
254
255
255
<!--
@@ -262,7 +262,7 @@ kubectl 为 Bash 和 Zsh 提供自动补全功能,可以减轻许多输入的
262
262
下载 kubectl-convert 校验和文件:
263
263
264
264
``` 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"
266
266
```
267
267
268
268
<!--
You can’t perform that action at this time.
0 commit comments