mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Run integration tests with 3.0.10 etcd underneath
This commit is contained in:
parent
42e5f95a6b
commit
19e50d56dc
@ -72,7 +72,7 @@ RUN mkdir $TMPDIR \
|
||||
github.com/jteeuwen/go-bindata/go-bindata
|
||||
|
||||
# Download and symlink etcd. We need this for our integration tests.
|
||||
RUN export ETCD_VERSION=v2.2.1; \
|
||||
RUN export ETCD_VERSION=v3.0.10; \
|
||||
mkdir -p /usr/local/src/etcd \
|
||||
&& cd /usr/local/src/etcd \
|
||||
&& curl -fsSL https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/etcd-${ETCD_VERSION}-linux-amd64.tar.gz | tar -xz \
|
||||
|
@ -1 +1 @@
|
||||
v1.6.3-8
|
||||
v1.6.3-9
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
# A set of helpers for starting/running etcd for tests
|
||||
|
||||
ETCD_VERSION=${ETCD_VERSION:-2.2.1}
|
||||
ETCD_VERSION=${ETCD_VERSION:-3.0.10}
|
||||
ETCD_HOST=${ETCD_HOST:-127.0.0.1}
|
||||
ETCD_PORT=${ETCD_PORT:-2379}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user