Update to shift etcd 2.2 references to use 3.0.3

This commit is contained in:
Timothy St. Clair
2016-07-21 15:00:44 -05:00
parent 301be4eeb5
commit 456c43c22d
11 changed files with 15 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ RELEASES_DIR=${RELEASES_DIR:-/tmp/downloads}
FLANNEL_VERSION=${FLANNEL_VERSION:-"0.5.5"}
# Define etcd version to use.
ETCD_VERSION=${ETCD_VERSION:-"2.2.1"}
ETCD_VERSION=${ETCD_VERSION:-"3.0.3"}
# Define k8s version to use.
K8S_VERSION=${K8S_VERSION:-"1.1.1"}