Skip to content

Commit

Permalink
change etcd back to v3.3.22,because etcd-io/etcd#12156
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangguanzhang committed Jul 24, 2020
1 parent 22c78d4 commit 7586883
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 03-get-binaries.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
: ${KUBE_VERSION:=v1.15.12} ${ETCD_version:=v3.3.23} ${FLANNEL_version:=v0.11.0}
: ${KUBE_VERSION:=v1.15.12} ${ETCD_version:=v3.3.22} ${FLANNEL_version:=v0.11.0}
: ${OS:=linux} ${ARCH:=amd64} ${CNI_VERSION:=v0.8.1} #https://github.com/zhangguanzhang/k8s_bin-docker_cp/tree/develop/sync/cni_plugins/tag
: ${CNI_URL:=https://github.com/containernetworking/plugins/releases/download}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://github.com/zhangguanzhang/Kubernetes-ansible/wiki/What-I-did
本次安裝的版本:
> * Kubernetes v1.15.12 (HA高可用)
> * CNI plugins v0.8.1
> * Etcd v3.3.23
> * Etcd v3.3.22
> * flanneld v0.11.0
> * Calico (不写,可以自行去找yaml部署)
> * Docker CE 19.03
Expand Down
2 changes: 1 addition & 1 deletion group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ nodeStatusUpdate: Medium

CLUSTER_NAME: 'kubernetes'
KUBE_VERSION: 'v1.15.12' # 给ds的yaml用,二进制需要改版本的话改下载脚本而不是这里
ETCD_version: 'v3.3.23'
ETCD_version: 'v3.3.22'

Net_Choose: flannel # 暂时只有flannel,后续增加其他的

Expand Down

0 comments on commit 7586883

Please sign in to comment.