update etcd version to 2.0.9 for ubuntu k8s

This commit is contained in:
wizard
2015-05-20 19:43:52 +08:00
parent d3778f5f5a
commit a070bad50f
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ cp flannel-${FLANNEL_VERSION}/flanneld binaries/minion
# ectd
echo "Download etcd release ..."
ETCD_VERSION="v2.0.0"
ETCD_VERSION="v2.0.9"
ETCD="etcd-${ETCD_VERSION}-linux-amd64"
if [ ! -f etcd.tar.gz ] ; then
curl -L https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/${ETCD}.tar.gz -o etcd.tar.gz