@@ -54,14 +54,10 @@ The following methods exist for installing kubectl on Windows:
54
54
-->
55
55
### 用 curl 在 Windows 上安装 kubectl {#install-kubectl-binary-with-curl-on-windows}
56
56
57
- <!--
58
- 1. Download the [latest release {{< skew currentPatchVersion >}}](https://dl.k8s.io/release/v{{< skew currentPatchVersion >}}/bin/windows/amd64/kubectl.exe).
59
- -->
60
57
<!--
61
58
1. Download the latest {{< skew currentVersion >}} patch release:
62
59
[kubectl {{< skew currentPatchVersion >}}](https://dl.k8s.io/release/v{{< skew currentPatchVersion >}}/bin/windows/amd64/kubectl.exe).
63
60
-->
64
-
65
61
1 . 下载最新补丁版 {{< skew currentVersion >}}:
66
62
[ kubectl {{< skew currentPatchVersion >}}] (https://dl.k8s.io/release/v{{ < skew currentPatchVersion >}}/bin/windows/amd64/kubectl.exe)。
67
63
@@ -103,6 +99,7 @@ The following methods exist for installing kubectl on Windows:
103
99
<!--
104
100
- Using Command Prompt to manually compare `CertUtil`'s output to the checksum file downloaded:
105
101
-->
102
+
106
103
- 在命令行环境中,手工对比 ` CertUtil ` 命令的输出与校验和文件:
107
104
108
105
``` cmd
@@ -114,6 +111,7 @@ The following methods exist for installing kubectl on Windows:
114
111
- Using PowerShell to automate the verification using the `-eq` operator to
115
112
get a `True` or `False` result:
116
113
-->
114
+
117
115
- 用 PowerShell 自动验证,用运算符 `-eq` 来直接取得 `True` 或 `False` 的结果:
118
116
119
117
```powershell
@@ -125,7 +123,6 @@ The following methods exist for installing kubectl on Windows:
125
123
126
124
1. Test to ensure the version of `kubectl` is the same as downloaded:
127
125
-->
128
-
129
126
3. 将 `kubectl` 二进制文件夹追加或插入到你的 `PATH` 环境变量中。
130
127
131
128
4. 测试一下,确保此 `kubectl` 的版本和期望版本一致:
@@ -323,6 +320,7 @@ kubectl 为 Bash、Zsh、Fish 和 PowerShell 提供自动补全功能,可以
323
320
<!--
324
321
- Using Command Prompt to manually compare `CertUtil`'s output to the checksum file downloaded:
325
322
-->
323
+
326
324
- 用提示的命令对 ` CertUtil ` 的输出和下载的校验和文件进行手动比较。
327
325
328
326
``` cmd
0 commit comments