From 06ae80d3b06334bae788f6e1f71cf4f4ff7b2611 Mon Sep 17 00:00:00 2001 From: Sreejith Punnapuzha Date: Mon, 24 Aug 2020 09:27:43 -0500 Subject: [PATCH] Update Kubectl Version Kubernetes was uplifted to v1.18.6 uplifting kubectl to the same version. Change-Id: Id80a4ee169c06c1957c575ef98f87f6ad56c7947 Signed-off-by: Sreejith Punnapuzha --- Makefile | 2 +- tools/deployment/01_install_kubectl.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 565418a9a..ed7f8640c 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ DOCS_DIR ?= docs # document validation options UNAME != uname export KIND_URL ?= https://kind.sigs.k8s.io/dl/v0.8.1/kind-$(UNAME)-amd64 -KUBECTL_VERSION ?= v1.17.4 +KUBECTL_VERSION ?= v1.18.6 export KUBECTL_URL ?= https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl .PHONY: depend diff --git a/tools/deployment/01_install_kubectl.sh b/tools/deployment/01_install_kubectl.sh index ac707832e..8c5603b9c 100755 --- a/tools/deployment/01_install_kubectl.sh +++ b/tools/deployment/01_install_kubectl.sh @@ -14,7 +14,7 @@ set -xe -: ${KUBE_VERSION:="v1.17.4"} +: ${KUBE_VERSION:="v1.18.6"} # Install kubectl URL="https://storage.googleapis.com"