Update content/en/docs/tasks/tools/install-kubectl-windows.md

Co-authored-by: Mahé <mahe5397@hotmail.fr>
pull/36854/head
Anass Kartit 2022-10-12 14:54:04 +02:00 committed by GitHub
parent 50df8d57f1
commit a26f7e69f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ The following methods exist for installing kubectl on Windows:
Download the `kubectl` checksum file:
```powershell
Invoke-WebRequest -Uri "https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe.sha256" -OutFile "kubectl.exe.sha256"
curl.exe -LO "https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe.sha256"
```
Validate the `kubectl` binary against the checksum file: