Fix for kube-up.sh and update several documments.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-03-20 09:24:15 +00:00
parent 013ab03a53
commit 904938fa9d
6 changed files with 18 additions and 13 deletions

View File

@@ -148,7 +148,7 @@ uninstall:
rm -f $(BINDIR)/ctr
$(BUILD_DIR)/$(TARBALL): static-binaries vendor.conf
@BUILD_DIR=$(BUILD_DIR) TARBALL=$(TARBALL) ./hack/release.sh
@BUILD_DIR=$(BUILD_DIR) TARBALL=$(TARBALL) VERSION=$(VERSION) ./hack/release.sh
release: $(BUILD_DIR)/$(TARBALL)