Update etcd to version 2.0.0

This commit is contained in:
Brendan Burns
2015-01-29 15:48:04 -08:00
parent 0345211e0c
commit a20ca78fb3
4 changed files with 22 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
ETCD_VERSION=${ETCD_VERSION:-v0.4.6}
ETCD_VERSION=${ETCD_VERSION:-v2.0.0}
cd "${KUBE_ROOT}/third_party"
curl -sL https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/etcd-${ETCD_VERSION}-linux-amd64.tar.gz \