mirror of https://github.com/docker/docs.git
Update kubectl.md
This commit is contained in:
parent
9917e1bfe1
commit
a3fc2c3f8b
|
|
@ -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.
|
If you have curl installed on your system, you use these commands in Powershell.
|
||||||
|
|
||||||
```cmd
|
```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
|
curl https://storage.googleapis.com/kubernetes-release/release/$env:k8sversion/bin/windows/amd64/kubectl.exe
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue