Merge pull request #71615 from jpbetz/etcd-3.3.10-0-image

Update default etcd server to 3.3.10 for kubernetes 1.14
This commit is contained in:
Kubernetes Prow Robot
2018-12-04 02:54:34 -08:00
committed by GitHub
16 changed files with 38 additions and 31 deletions

View File

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