Skip to content

Commit

Permalink
change the version to v1.17.3 and fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangguanzhang committed Feb 20, 2020
1 parent 891f9f1 commit dd4896a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.17.1} ${ETCD_version:=v3.4.3} ${FLANNEL_version:=v0.11.0}
: ${KUBE_VERSION:=v1.17.3} ${ETCD_version:=v3.4.3} ${FLANNEL_version:=v0.11.0}
: ${OS:=linux} ${ARCH:=amd64} ${CNI_VERSION:=v0.8.3} #https://github.com/zhangguanzhang/k8s_bin-docker_cp/tree/develop/sync/cni_plugins/tag
: ${CNI_URL:=https: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 @@ -10,7 +10,7 @@ https://github.com/zhangguanzhang/Kubernetes-ansible/wiki/What-I-did

系统可采用`Ubuntu 16.x`(未完成)与`CentOS 7.x`(建议7.x里使用最新的)
本次安装的版本:
> * Kubernetes v1.17.1 (HA高可用)
> * Kubernetes v1.17.3 (HA高可用)
> * CNI plugins v0.8.1
> * Etcd v3.4.3
> * flanneld v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ nodeStatusUpdate: Medium


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

Net_Choose: flannel # 暂时只有flannel,后续增加其他的
Expand Down
2 changes: 1 addition & 1 deletion tasks
Submodule tasks updated 1 files
+0 −2 time/chrony.yml

0 comments on commit dd4896a

Please sign in to comment.