Update default etcd server to 3.3.15 for kubernetes 1.16

Change-Id: I68f1a5e5339d83077a1a9f312c4e6e33848886c5
This commit is contained in:
Davanum Srinivas
2019-08-30 17:37:28 -04:00
parent 0ff92e36f2
commit 8fbfdf8267
15 changed files with 29 additions and 29 deletions

View File

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