Merge pull request #543 from jackgr/deployment

Using static kubectl binary
pull/548/head
Jack Greenfield 10 years ago
commit 81a30c30af

@ -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/amd64/kubectl curl -fsSL -o bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/386/kubectl
chmod +x bin/kubectl chmod +x bin/kubectl
endif endif

Loading…
Cancel
Save