Update test helpers and dev doc to use etcd v2.0.12.

This commit is contained in:
Jeff Grafton
2015-10-08 15:57:24 -07:00
parent 28314c79ce
commit fbd58294b2
4 changed files with 9 additions and 8 deletions

View File

@@ -20,9 +20,9 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
ETCD_VERSION=${ETCD_VERSION:-v2.0.0}
ETCD_VERSION=${ETCD_VERSION:-v2.0.12}
cd "${KUBE_ROOT}/third_party"
curl -sL https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/etcd-${ETCD_VERSION}-linux-amd64.tar.gz \
curl -fsSL https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/etcd-${ETCD_VERSION}-linux-amd64.tar.gz \
| tar xzf -
ln -sF etcd-${ETCD_VERSION}-linux-amd64 etcd
ln -fns etcd-${ETCD_VERSION}-linux-amd64 etcd