Update install-kubectl-windows.md

Fix kubectl-convert.exe.sha256 url.
This commit is contained in:
云野 2023-06-04 15:50:07 +08:00 committed by GitHub
parent 5113c907cf
commit 396fb654cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ kubectl 为 Bash、Zsh、Fish 和 PowerShell 提供自动补全功能,可以
下载 `kubectl-convert` 校验和文件: 下载 `kubectl-convert` 校验和文件:
```powershell ```powershell
curl.exe -LO "https://dl.k8s.io/v{{< skew currentPatchVersion >}}/bin/windows/amd64/kubectl.exe.sha256" curl.exe -LO "https://dl.k8s.io/v{{< skew currentPatchVersion >}}/bin/windows/amd64/kubectl-convert.exe.sha256"
``` ```
<!-- <!--