fix(manager,resourcifier): use kubectl 1.2.0

pull/548/head
Matt Butcher 10 years ago
parent 81a30c30af
commit 10db7eafa1

@ -85,6 +85,6 @@ binary:
kubectl: kubectl:
ifeq ("$(wildcard bin/$(KUBE_VERSION))", "") ifeq ("$(wildcard bin/$(KUBE_VERSION))", "")
touch 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 chmod +x bin/kubectl
endif endif

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
IMAGE ?= manager IMAGE ?= manager
KUBE_VERSION ?= v1.1.7 KUBE_VERSION ?= v1.2.0
include ../include.mk include ../include.mk

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
IMAGE ?= resourcifier IMAGE ?= resourcifier
KUBE_VERSION ?= v1.1.7 KUBE_VERSION ?= v1.2.0
include ../include.mk include ../include.mk

Loading…
Cancel
Save