You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/tasks/tools/install-kubectl-windows.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,13 @@ The following methods exist for installing kubectl on Windows:
38
38
## 在 Windows 上安装 kubectl {#install-kubectl-on-windows}
39
39
40
40
在 Windows 系统中安装 kubectl 有如下几种方法:
41
+
41
42
<!--
42
43
- [Install kubectl binary with curl on Windows](#install-kubectl-binary-with-curl-on-windows)
43
-
- [Install on Windows using Chocolateyor Scoop](#install-on-windows-using-chocolatey-or-scoop)
44
+
- [Install on Windows using Chocolatey, Scoop, or Winget](#install-nonstandard-package-tools)
44
45
-->
45
46
-[用 curl 在 Windows 上安装 kubectl](#install-kubectl-binary-with-curl-on-windows)
46
-
-[在 Windows 上用 Chocolatey 或 Scoop 安装](#install-on-windows-using-chocolatey-or-scoop)
47
+
-[在 Windows 上用 Chocolatey、Scoop 或 Winget 安装](#install-nonstandard-package-tools)
47
48
48
49
<!--
49
50
### Install kubectl binary with curl on Windows
@@ -140,15 +141,15 @@ If you have installed Docker Desktop before, you may need to place your `PATH` e
140
141
{{< /note >}}
141
142
142
143
<!--
143
-
### Install on Windows using Chocolateyor Scoop
144
+
### Install on Windows using Chocolatey, Scoop, or Winget {#install-nonstandard-package-tools}
144
145
-->
145
-
### 在 Windows 上用 Chocolatey 或 Scoop 安装 {#install-on-windows-using-chocolatey-or-scoop}
146
+
### 在 Windows 上用 Chocolatey、Scoop 或 Winget 安装 {#install-nonstandard-package-tools}
146
147
147
148
<!--
148
-
1. To install kubectl on Windows you can use either [Chocolatey](https://chocolatey.org) package manager or [Scoop](https://scoop.sh) command-line installer.
149
+
1. To install kubectl on Windows you can use either [Chocolatey](https://chocolatey.org) package manager, [Scoop](https://scoop.sh) command-line installer, or [Winget](https://winget.run/) package manager.
149
150
-->
150
-
1. 要在 Windows 上安装 kubectl,你可以使用包管理器 [Chocolatey](https://chocolatey.org)
151
-
或是命令行安装器[Scoop](https://scoop.sh)。
151
+
1. 要在 Windows 上安装 kubectl,你可以使用包管理器 [Chocolatey](https://chocolatey.org)、
0 commit comments