From 941cb99c12d195ee81625a4f13198bdcc2cf77ff Mon Sep 17 00:00:00 2001 From: Darwin Traver Date: Wed, 14 Nov 2018 18:56:30 -0500 Subject: [PATCH 1/2] Update Kube version for kubectl download Did not modify windows kubectl version instructions, as the path for 1.11.2 did not work. --- ee/ucp/user-access/kubectl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/ucp/user-access/kubectl.md b/ee/ucp/user-access/kubectl.md index f7d73a825f..eecd208908 100644 --- a/ee/ucp/user-access/kubectl.md +++ b/ee/ucp/user-access/kubectl.md @@ -48,7 +48,7 @@ operating system.
``` # 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
``` # 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 From 87b37d6eb50f54d20b72e58c8f3a411d91ed68fb Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Wed, 26 Dec 2018 20:02:14 -0700 Subject: [PATCH 2/2] Update kubectl.md --- ee/ucp/user-access/kubectl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/ucp/user-access/kubectl.md b/ee/ucp/user-access/kubectl.md index eecd208908..8c31a8874b 100644 --- a/ee/ucp/user-access/kubectl.md +++ b/ee/ucp/user-access/kubectl.md @@ -48,7 +48,7 @@ operating system.
``` # Set the Kubernetes version as found in the UCP Dashboard or API -k8sversion=v1.11.2 +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
``` # Set the Kubernetes version as found in the UCP Dashboard or API -k8sversion=v1.11.2 +k8sversion=v1.11.5 # Get the kubectl binary. curl -LO https://storage.googleapis.com/kubernetes-release/release/$k8sversion/bin/linux/amd64/kubectl