@@ -71,20 +71,20 @@ The following methods exist for installing kubectl on Windows:
71
71
<!--
72
72
1. Validate the binary (optional)
73
73
74
- Download the kubectl checksum file:
74
+ Download the ` kubectl` checksum file:
75
75
-->
76
76
1 . 验证该可执行文件(可选步骤)
77
77
78
- 下载 kubectl 校验和文件:
78
+ 下载 ` kubectl ` 校验和文件:
79
79
80
80
``` powershell
81
81
curl -LO "https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe.sha256"
82
82
```
83
83
84
84
<!--
85
- Validate the kubectl binary against the checksum file:
85
+ Validate the ` kubectl` binary against the checksum file:
86
86
-->
87
- 基于校验和文件,验证 kubectl 的可执行文件:
87
+ 基于校验和文件,验证 ` kubectl ` 的可执行文件:
88
88
89
89
<!--
90
90
- Using Command Prompt to manually compare `CertUtil`'s output to the checksum file downloaded:
@@ -106,12 +106,12 @@ The following methods exist for installing kubectl on Windows:
106
106
```
107
107
108
108
<!--
109
- 1. Append or prepend the kubectl binary folder to your `PATH` environment variable.
109
+ 1. Append or prepend the ` kubectl` binary folder to your `PATH` environment variable.
110
110
111
111
1. Test to ensure the version of `kubectl` is the same as downloaded:
112
112
Or use this for detailed view of version:
113
113
-->
114
- 1. 将 kubectl 二进制文件夹附加或添加到你的 `PATH` 环境变量中。
114
+ 1. 将 ` kubectl` 二进制文件夹追加或插入到你的 `PATH` 环境变量中。
115
115
116
116
1. 测试一下,确保此 `kubectl` 的版本和期望版本一致:
117
117
@@ -261,22 +261,22 @@ kubectl 为 Bash、Zsh、Fish 和 PowerShell 提供自动补全功能,可以
261
261
<!--
262
262
1. Validate the binary (optional)
263
263
264
- Download the kubectl-convert checksum file:
264
+ Download the ` kubectl-convert` checksum file:
265
265
-->
266
266
1 . 验证该可执行文件(可选步骤)
267
267
268
- 下载 kubectl-convert 校验和文件:
268
+ 下载 ` kubectl-convert ` 校验和文件:
269
269
270
270
``` powershell
271
271
curl -LO "https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe.sha256"
272
272
```
273
273
274
274
<!--
275
- Validate the kubectl-convert binary against the checksum file:
275
+ Validate the ` kubectl-convert` binary against the checksum file:
276
276
277
277
- Using Command Prompt to manually compare `CertUtil`'s output to the checksum file downloaded:
278
278
-->
279
- 基于校验和,验证 kubectl-convert 的可执行文件:
279
+ 基于校验和,验证 ` kubectl-convert ` 的可执行文件:
280
280
281
281
- 用提示的命令对 ` CertUtil ` 的输出和下载的校验和文件进行手动比较。
282
282
@@ -295,11 +295,11 @@ kubectl 为 Bash、Zsh、Fish 和 PowerShell 提供自动补全功能,可以
295
295
```
296
296
297
297
<!--
298
- 1. Append or prepend the kubectl binary folder to your `PATH` environment variable.
298
+ 1. Append or prepend the ` kubectl-convert` binary folder to your `PATH` environment variable.
299
299
300
300
1. Verify plugin is successfully installed
301
301
-->
302
- 1. 将 kubectl 二进制文件夹附加或添加到你的 `PATH` 环境变量中。
302
+ 1. 将 ` kubectl-convert` 二进制文件夹附加或添加到你的 `PATH` 环境变量中。
303
303
304
304
1. 验证插件是否安装成功
305
305
0 commit comments