@@ -71,20 +71,20 @@ The following methods exist for installing kubectl on Windows:
7171 <!--
7272 1. Validate the binary (optional)
7373
74- Download the kubectl checksum file:
74+ Download the ` kubectl` checksum file:
7575 -->
76761 . 验证该可执行文件(可选步骤)
7777
78- 下载 kubectl 校验和文件:
78+ 下载 ` kubectl ` 校验和文件:
7979
8080 ``` powershell
8181 curl -LO "https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe.sha256"
8282 ```
8383
8484 <!--
85- Validate the kubectl binary against the checksum file:
85+ Validate the ` kubectl` binary against the checksum file:
8686 -->
87- 基于校验和文件,验证 kubectl 的可执行文件:
87+ 基于校验和文件,验证 ` kubectl ` 的可执行文件:
8888
8989 <!--
9090 - 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:
106106 ```
107107
108108 <!--
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.
110110
111111 1. Test to ensure the version of `kubectl` is the same as downloaded:
112112 Or use this for detailed view of version:
113113 -->
114- 1. 将 kubectl 二进制文件夹附加或添加到你的 `PATH` 环境变量中。
114+ 1. 将 ` kubectl` 二进制文件夹追加或插入到你的 `PATH` 环境变量中。
115115
1161161. 测试一下,确保此 `kubectl` 的版本和期望版本一致:
117117
@@ -261,22 +261,22 @@ kubectl 为 Bash、Zsh、Fish 和 PowerShell 提供自动补全功能,可以
261261<!--
2622621. Validate the binary (optional)
263263
264- Download the kubectl-convert checksum file:
264+ Download the ` kubectl-convert` checksum file:
265265-->
2662661 . 验证该可执行文件(可选步骤)
267267
268- 下载 kubectl-convert 校验和文件:
268+ 下载 ` kubectl-convert ` 校验和文件:
269269
270270 ``` powershell
271271 curl -LO "https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe.sha256"
272272 ```
273273
274274 <!--
275- Validate the kubectl-convert binary against the checksum file:
275+ Validate the ` kubectl-convert` binary against the checksum file:
276276
277277 - Using Command Prompt to manually compare `CertUtil`'s output to the checksum file downloaded:
278278 -->
279- 基于校验和,验证 kubectl-convert 的可执行文件:
279+ 基于校验和,验证 ` kubectl-convert ` 的可执行文件:
280280
281281 - 用提示的命令对 ` CertUtil ` 的输出和下载的校验和文件进行手动比较。
282282
@@ -295,11 +295,11 @@ kubectl 为 Bash、Zsh、Fish 和 PowerShell 提供自动补全功能,可以
295295 ```
296296
297297<!--
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.
299299
3003001. Verify plugin is successfully installed
301301-->
302- 1. 将 kubectl 二进制文件夹附加或添加到你的 `PATH` 环境变量中。
302+ 1. 将 ` kubectl-convert` 二进制文件夹附加或添加到你的 `PATH` 环境变量中。
303303
3043041. 验证插件是否安装成功
305305
0 commit comments