File tree Expand file tree Collapse file tree 2 files changed +31
-3
lines changed
Expand file tree Collapse file tree 2 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 1+ ## kubeasz 3.6.1
2+
3+ kubeasz 3.6.1 发布:支持k8s v1.27版本,组件更新和一些bugfix。
4+
5+ ### 版本更新
6+
7+ - k8s: v1.27.2
8+ - calico: v3.24.6
9+ - kube-ovn: v1.11.5
10+ - kube-router: v1.5.4
11+
12+ ### 增加应用部署插件 kubeapps
13+
14+ Kubeapps 是一个基于 Web 的应用程序,它可以在 Kubernetes 集群上进行一站式安装,并使用户能够部署、管理和升级应用
15+ 程序。https://github.com/easzlab/kubeasz/blob/master/docs/guide/kubeapps.md
16+
17+ ### 重要更新
18+
19+ - 重写` ezdown ` 脚本支持下载额外的应用容器镜像
20+ - 增加` local-path-provisioner ` 本地文件目录提供者
21+ - 设置允许kubelet并行拉取容器镜像
22+
23+ ### 其他
24+
25+ - 增加kubectl-node-shell 脚本
26+ - 修复ansible connect local 是 python 解析器不确定问题
27+ - 修复typo #1273
28+ - 部分文档更新
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ set -o pipefail
1414
1515# default settings, can be overridden by cmd line options, see usage
1616DOCKER_VER=20.10.24
17- KUBEASZ_VER=3.6.0
18- K8S_BIN_VER=v1.27.1
17+ KUBEASZ_VER=3.6.1
18+ K8S_BIN_VER=v1.27.2
1919EXT_BIN_VER=1.7.1
2020SYS_PKG_VER=1.0.0
2121HARBOR_VER=v2.6.4
2222REGISTRY_MIRROR=CN
2323
2424# images downloaded by default(with '-D')
25- calicoVer=v3.24.5
25+ calicoVer=v3.24.6
2626corednsVer=1.9.3
2727dnsNodeCacheVer=1.22.20
2828dashboardVer=v2.7.0
You can’t perform that action at this time.
0 commit comments