Update default etcd server to 3.4.13

This commit is contained in:
jingyih
2020-08-28 04:04:58 +08:00
parent 47ff9a4398
commit c96b93fbd4
10 changed files with 16 additions and 16 deletions

View File

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