Skip to content

Commit

Permalink
update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangguanzhang committed Jul 22, 2020
1 parent 793dccf commit 92b61bb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.20} ${FLANNEL_version:=v0.11.0}
: ${KUBE_VERSION:=v1.15.12} ${ETCD_version:=v3.3.23} ${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.20
> * Etcd v3.3.23
> * 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.17'
ETCD_version: 'v3.3.23'

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

Expand Down
2 changes: 1 addition & 1 deletion scripts
Submodule scripts updated 1 files
+6 −6 ansible-down-base.sh
2 changes: 1 addition & 1 deletion tasks
Submodule tasks updated 1 files
+7 −0 time/chrony.yml

0 comments on commit 92b61bb

Please sign in to comment.