Update kubectl.md

This commit is contained in:
paigehargrave 2019-02-13 15:33:44 -05:00 committed by GitHub
parent 9917e1bfe1
commit a3fc2c3f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ You can download the binary from this [link](https://storage.googleapis.com/kube
If you have curl installed on your system, you use these commands in Powershell.
```cmd
$env:k8sversion = "v1.8.11"
$env:k8sversion = "v1.11.5"
curl https://storage.googleapis.com/kubernetes-release/release/$env:k8sversion/bin/windows/amd64/kubectl.exe
```