Merge pull request #92349 from jingyih/update_etcd_server_3p4p9

Update default etcd server to 3.4.9
This commit is contained in:
Kubernetes Prow Robot
2020-07-17 07:53:01 -07:00
committed by GitHub
10 changed files with 17 additions and 17 deletions

View File

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