Update Kubectl Version
Kubernetes was uplifted to v1.18.6 uplifting kubectl to the same version. Change-Id: Id80a4ee169c06c1957c575ef98f87f6ad56c7947 Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
This commit is contained in:
parent
0966c5bb3b
commit
06ae80d3b0
2
Makefile
2
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
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
set -xe
|
||||
|
||||
: ${KUBE_VERSION:="v1.17.4"}
|
||||
: ${KUBE_VERSION:="v1.18.6"}
|
||||
|
||||
# Install kubectl
|
||||
URL="https://storage.googleapis.com"
|
||||
|
Loading…
Reference in New Issue
Block a user