Upgrade ETCD version to 3.5.0 (#7041)

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
This commit is contained in:
quicksilver 2021-08-11 11:50:11 +08:00 committed by GitHub
parent 351c9161c2
commit 76b92c3b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -43,7 +43,7 @@ spec:
name: build-cache name: build-cache
subPath: docker-volume subPath: docker-volume
- name: etcd - name: etcd
image: quay.io/coreos/etcd:v3.4.13 image: quay.io/coreos/etcd:v3.5.0
env: env:
- name: ETCD_LOG_LEVEL - name: ETCD_LOG_LEVEL
value: debug value: debug

View File

@ -3,7 +3,7 @@ version: '3.5'
services: services:
etcd: etcd:
container_name: milvus-etcd container_name: milvus-etcd
image: quay.io/coreos/etcd:latest image: quay.io/coreos/etcd:v3.5.0
volumes: volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/etcd:/etcd - ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/etcd:/etcd
command: etcd -listen-peer-urls=http://127.0.0.1:2380 -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 -initial-advertise-peer-urls=http://127.0.0.1:2380 --listen-metrics-urls=http://127.0.0.1:2381 --initial-cluster default=http://127.0.0.1:2380 --data-dir /etcd command: etcd -listen-peer-urls=http://127.0.0.1:2380 -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 -initial-advertise-peer-urls=http://127.0.0.1:2380 --listen-metrics-urls=http://127.0.0.1:2381 --initial-cluster default=http://127.0.0.1:2380 --data-dir /etcd
@ -15,7 +15,7 @@ services:
pulsar: pulsar:
container_name: milvus-pulsar container_name: milvus-pulsar
image: apachepulsar/pulsar:latest image: apachepulsar/pulsar:2.6.1
volumes: volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/pulsar:/pulsar/data - ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/pulsar:/pulsar/data
command: > command: >

View File

@ -2,7 +2,7 @@ version: '3.5'
services: services:
etcd: etcd:
image: quay.io/coreos/etcd:latest image: quay.io/coreos/etcd:v3.5.0
command: etcd -listen-peer-urls=http://127.0.0.1:2380 -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 -initial-advertise-peer-urls=http://127.0.0.1:2380 --initial-cluster default=http://127.0.0.1:2380 command: etcd -listen-peer-urls=http://127.0.0.1:2380 -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 -initial-advertise-peer-urls=http://127.0.0.1:2380 --initial-cluster default=http://127.0.0.1:2380
ports: ports:
- "2379:2379" - "2379:2379"
@ -10,7 +10,7 @@ services:
- "4001:4001" - "4001:4001"
pulsar: pulsar:
image: apachepulsar/pulsar:latest image: apachepulsar/pulsar:2.6.1
command: > command: >
/bin/sh -c " /bin/sh -c "
echo "" >> /pulsar/conf/standalone.conf && echo "" >> /pulsar/conf/standalone.conf &&

View File

@ -3,7 +3,7 @@ version: '3.5'
services: services:
etcd: etcd:
container_name: milvus-etcd container_name: milvus-etcd
image: quay.io/coreos/etcd:latest image: quay.io/coreos/etcd:v3.5.0
volumes: volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/etcd:/etcd - ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/etcd:/etcd
command: etcd -listen-peer-urls=http://127.0.0.1:2380 -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 -initial-advertise-peer-urls=http://127.0.0.1:2380 --listen-metrics-urls=http://127.0.0.1:2381 --initial-cluster default=http://127.0.0.1:2380 --data-dir /etcd command: etcd -listen-peer-urls=http://127.0.0.1:2380 -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 -initial-advertise-peer-urls=http://127.0.0.1:2380 --listen-metrics-urls=http://127.0.0.1:2381 --initial-cluster default=http://127.0.0.1:2380 --data-dir /etcd

View File

@ -37,7 +37,7 @@ services:
make check-proto-product && make verifiers && make unittest" make check-proto-product && make verifiers && make unittest"
etcd: etcd:
image: quay.io/coreos/etcd:v3.4.13 image: quay.io/coreos/etcd:v3.5.0
command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379
pulsar: pulsar: