diff --git a/rootfs/include.mk b/rootfs/include.mk index dc0c4253d..deea4fe50 100644 --- a/rootfs/include.mk +++ b/rootfs/include.mk @@ -85,6 +85,6 @@ binary: kubectl: ifeq ("$(wildcard bin/$(KUBE_VERSION))", "") touch bin/$(KUBE_VERSION) - curl -fsSL -o bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/386/kubectl + curl -fsSL -o bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl chmod +x bin/kubectl endif diff --git a/rootfs/manager/Makefile b/rootfs/manager/Makefile index 0b1f4c681..204cdbbef 100644 --- a/rootfs/manager/Makefile +++ b/rootfs/manager/Makefile @@ -13,7 +13,7 @@ # limitations under the License. IMAGE ?= manager -KUBE_VERSION ?= v1.1.7 +KUBE_VERSION ?= v1.2.0 include ../include.mk diff --git a/rootfs/resourcifier/Makefile b/rootfs/resourcifier/Makefile index bbf66ee66..a59bfc88c 100644 --- a/rootfs/resourcifier/Makefile +++ b/rootfs/resourcifier/Makefile @@ -13,7 +13,7 @@ # limitations under the License. IMAGE ?= resourcifier -KUBE_VERSION ?= v1.1.7 +KUBE_VERSION ?= v1.2.0 include ../include.mk