Commit 34b15536 authored by Slava Semushin's avatar Slava Semushin

hack/test-update-storage-objects.sh: don't build a binary that the script doesn't use.

The script used attachlease and migrate-if-needed.sh for performing etcd2 -> etcd3 migration. In the commit 39e5a566 we stopped migrating data, but still built unused attachlease binary. Later, in the dc4d92e1 commit, migrate-if-needed.sh was reimplemented in go and unused attachlease was replaced by migrate that also wasn't needed.
parent 99e77a76
...@@ -97,7 +97,6 @@ function cleanup() { ...@@ -97,7 +97,6 @@ function cleanup() {
trap cleanup EXIT SIGINT trap cleanup EXIT SIGINT
make -C "${KUBE_ROOT}" WHAT=cmd/kube-apiserver make -C "${KUBE_ROOT}" WHAT=cmd/kube-apiserver
make -C "${KUBE_ROOT}" WHAT=cluster/images/etcd/migrate
kube::etcd::start kube::etcd::start
echo "${ETCD_VERSION}" > "${ETCD_DIR}/version.txt" echo "${ETCD_VERSION}" > "${ETCD_DIR}/version.txt"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment