Correctly support custom etcd migration

This commit is contained in:
Wojciech Tyczynski
2016-10-27 16:45:04 +02:00
parent 5ded63a635
commit 62299921b5
3 changed files with 10 additions and 3 deletions

View File

@@ -165,6 +165,7 @@ TARGET_STORAGE="etcd3" \
ETCD=$(which etcd) \
ETCDCTL=$(which etcdctl) \
ATTACHLEASE="${KUBE_OUTPUT_HOSTBIN}/attachlease" \
DO_NOT_MOVE_BINARIES="true" \
${KUBE_ROOT}/cluster/images/etcd/migrate-if-needed.sh
kube::etcd::start