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 58c3c4f + f2c1520 commit ee45ad0Copy full SHA for ee45ad0
content/zh-cn/docs/tasks/tools/install-kubectl-windows.md
@@ -80,7 +80,7 @@ The following methods exist for installing kubectl on Windows:
80
下载 `kubectl` 校验和文件:
81
82
```powershell
83
- curl.exe -LO "https://dl.k8s.io/v{{< skew currentPatchVersion >}}/bin/windows/amd64/kubectl-convert.exe.sha256"
+ curl.exe -LO "https://dl.k8s.io/v{{< skew currentPatchVersion >}}/bin/windows/amd64/kubectl.exe.sha256"
84
```
85
86
<!--
0 commit comments