mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Update etcd to 2.2.1
This commit is contained in:
@@ -5,7 +5,7 @@ ambassador:
|
||||
command: "-name docker_apiserver_1"
|
||||
etcd:
|
||||
hostname: etcd
|
||||
image: quay.io/coreos/etcd:v2.0.12
|
||||
image: quay.io/coreos/etcd:v2.2.1
|
||||
ports: [ "4001:4001" ]
|
||||
command: >
|
||||
--listen-client-urls 'http://etcd:4001'
|
||||
|
@@ -20,7 +20,7 @@ set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
ETCD_VERSION=${ETCD_VERSION:-v2.0.12}
|
||||
ETCD_VERSION=${ETCD_VERSION:-v2.2.1}
|
||||
|
||||
full_name=etcd-${ETCD_VERSION}-linux-amd64
|
||||
archive_url=https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/${full_name}.tar.gz
|
||||
|
Reference in New Issue
Block a user