We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 430827f + 9ca8708 commit 400227dCopy full SHA for 400227d
content/zh/docs/tasks/tools/install-kubectl.md
@@ -498,7 +498,7 @@ kubectl 可以作为 Google Cloud SDK 的一部分进行安装。
498
{{% tab name="Windows" %}}
499
1. 从[本链接](https://storage.googleapis.com/kubernetes-release/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe)下载 kubectl 的最新版 {{< param "fullversion" >}}。
500
501
- 或者如果您已经在系统中安装了 `curl` 工具,也可以通过以下命令下载:
+ 或者如果您已经在系统中安装了 `curl` 工具,也可以通过以下命令下载:
502
503
```
504
curl -LO https://storage.googleapis.com/kubernetes-release/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe
0 commit comments