Upgrade to etcd server 3.3.17

This commit is contained in:
Joe Betz
2019-10-11 13:51:38 -07:00
parent f985367ba4
commit c92bd5e7b5
13 changed files with 26 additions and 26 deletions

View File

@@ -16,7 +16,7 @@
# A set of helpers for starting/running etcd for tests
ETCD_VERSION=${ETCD_VERSION:-3.3.15}
ETCD_VERSION=${ETCD_VERSION:-3.3.17}
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
ETCD_PORT=${ETCD_PORT:-2379}
export KUBE_INTEGRATION_ETCD_URL="http://${ETCD_HOST}:${ETCD_PORT}"