Update Kube version for kubectl download

Did not modify windows kubectl version instructions, as the path for 1.11.2 did not work.
This commit is contained in:
Darwin Traver 2018-11-14 18:56:30 -05:00 committed by GitHub
parent b06c4585c3
commit 941cb99c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ operating system.
<div id="mac" class="tab-pane fade in active" markdown="1">
```
# Set the Kubernetes version as found in the UCP Dashboard or API
k8sversion=v1.8.11
k8sversion=v1.11.2
# Get the kubectl binary.
curl -LO https://storage.googleapis.com/kubernetes-release/release/$k8sversion/bin/darwin/amd64/kubectl
@ -64,7 +64,7 @@ sudo mv ./kubectl /usr/local/bin/kubectl
<div id="linux" class="tab-pane fade" markdown="1">
```
# Set the Kubernetes version as found in the UCP Dashboard or API
k8sversion=v1.8.11
k8sversion=v1.11.2
# Get the kubectl binary.
curl -LO https://storage.googleapis.com/kubernetes-release/release/$k8sversion/bin/linux/amd64/kubectl