Merge pull request #105706 from uthark/oatamanenko/upgrade-etcd-3.5.1

Upgrade etcd to 3.5.1
This commit is contained in:
Kubernetes Prow Robot
2021-11-15 10:04:59 -08:00
committed by GitHub
8 changed files with 12 additions and 12 deletions

View File

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