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
@@ -123,6 +123,9 @@ The following methods exist for installing kubectl on Windows:
123
123
kubectl version --client
124
124
```
125
125
126
+
<!--
127
+
Or use this for detailed view of version:
128
+
-->
126
129
或者使用下面命令来查看版本的详细信息:
127
130
128
131
```cmd
@@ -134,22 +137,22 @@ The following methods exist for installing kubectl on Windows:
134
137
[Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/#kubernetes) adds its own version of `kubectl` to `PATH`.
135
138
If you have installed Docker Desktop before, you may need to place your `PATH` entry before the one added by the Docker Desktop installer or remove the Docker Desktop's `kubectl`.
### Install on Windows using Chocolatey, Scoop, or Winget {#install-nonstandard-package-tools}
147
+
### Install on Windows using Chocolatey, Scoop, or winget {#install-nonstandard-package-tools}
145
148
-->
146
-
### 在 Windows 上用 Chocolatey、Scoop 或 Winget 安装 {#install-nonstandard-package-tools}
149
+
### 在 Windows 上用 Chocolatey、Scoop 或 winget 安装 {#install-nonstandard-package-tools}
147
150
148
151
<!--
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.
152
+
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://learn.microsoft.com/en-us/windows/package-manager/winget/) package manager.
150
153
-->
151
154
1. 要在 Windows 上安装 kubectl,你可以使用包管理器 [Chocolatey](https://chocolatey.org)、
0 commit comments