mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
Update etcd to version 2.0.0
This commit is contained in:
@@ -20,7 +20,7 @@ set -o pipefail
|
||||
|
||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
|
||||
|
||||
ETCD_VERSION=${ETCD_VERSION:-v0.4.6}
|
||||
ETCD_VERSION=${ETCD_VERSION:-v2.0.0}
|
||||
|
||||
cd "${KUBE_ROOT}/third_party"
|
||||
curl -sL https://github.com/coreos/etcd/releases/download/${ETCD_VERSION}/etcd-${ETCD_VERSION}-linux-amd64.tar.gz \
|
||||
|
Reference in New Issue
Block a user