kubeasz release 2.2.4

pull/975/head 2.2.4
gjmzj 2021-01-24 10:46:03 +08:00
parent 7f40494292
commit 0e5bc0f2d7
2 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,17 @@
## kubeasz-2.2.4 发布说明
CHANGELOG:
- 组件更新
- k8s: v1.20.2
- kube-ovn: 1.5.3
- 集群安装
- fix: 删除etcd节点hosts文件不更新
- fix: ubuntu 20.04安装集群dns问题 #970
- fix: kube-proxy的metrics绑定非本地环回支持prometheus 指标拉取 #971
- fix: 清理脚本容器目录无法删除问题
- minor fix: calico离线镜像下载
- fix: calico 网络 backend 设置为 vxlan none 时calico 部署失败 #959
- fix: 单机安装报错"/etc/ansible/bin"不是目录 #957
- 更新traefik v2安装方式 #955
- 文档
- KubeSphere guide updated #968

View File

@ -14,8 +14,8 @@ set -o errexit
# default version, can be overridden by cmd line options, see ./easzup
DOCKER_VER=19.03.14
KUBEASZ_VER=2.2.3
K8S_BIN_VER=v1.20.1
KUBEASZ_VER=2.2.4
K8S_BIN_VER=v1.20.2
EXT_BIN_VER=0.8.1
SYS_PKG_VER=0.3.3