Update etcd default ports for v3, and validate tests

This commit is contained in:
Timothy St. Clair
2016-08-10 15:39:36 -05:00
parent aedeccda95
commit 730fc70107
26 changed files with 46 additions and 46 deletions

View File

@@ -18,7 +18,7 @@
ETCD_VERSION=${ETCD_VERSION:-3.0.4}
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
ETCD_PORT=${ETCD_PORT:-4001}
ETCD_PORT=${ETCD_PORT:-2379}
kube::etcd::start() {
which etcd >/dev/null || {