mirror of https://github.com/docker/docs.git
Merge pull request #7687 from darwin-traver/patch-13
Update Kube version for kubectl download
This commit is contained in:
commit
ce1de23a34
|
@ -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.5
|
||||
|
||||
# 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.5
|
||||
|
||||
# Get the kubectl binary.
|
||||
curl -LO https://storage.googleapis.com/kubernetes-release/release/$k8sversion/bin/linux/amd64/kubectl
|
||||
|
|
Loading…
Reference in New Issue