pull/548/merge
Matt Butcher 10 years ago
commit a285bf4a4c

@ -83,6 +83,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