Skip to content

Commit

Permalink
kubeasz release 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmzj committed May 22, 2024
1 parent 054a6c1 commit 0e9c007
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
**kubeasz** 从每一个单独部件组装到完整的集群,提供最灵活的配置能力,几乎可以设置任何组件的任何参数;同时又为集群创建预置一套运行良好的默认配置,甚至自动化创建适合大规模集群的[BGP Route Reflector网络模式](docs/setup/network-plugin/calico-bgp-rr.md)

- **集群特性** [Master高可用](docs/setup/00-planning_and_overall_intro.md#ha-architecture)[离线安装](docs/setup/offline_install.md)[多架构支持(amd64/arm64)](docs/setup/multi_platform.md)
- **集群版本** kubernetes v1.24, v1.25, v1.26, v1.27, v1.28, v1.29
- **运行时** [containerd](docs/setup/03-container_runtime.md) v1.6.x
- **集群版本** kubernetes v1.24, v1.25, v1.26, v1.27, v1.28, v1.29, v1.30
- **运行时** [containerd](docs/setup/03-container_runtime.md) v1.6.x, v1.7.x
- **网络** [calico](docs/setup/network-plugin/calico.md), [cilium](docs/setup/network-plugin/cilium.md), [flannel](docs/setup/network-plugin/flannel.md), [kube-ovn](docs/setup/network-plugin/kube-ovn.md), [kube-router](docs/setup/network-plugin/kube-router.md)


Expand All @@ -17,7 +17,7 @@
<table>
<thead>
<tr>
<td>Kubernetes version</td>
<td>Kubernetes</td>
<td>1.22</td>
<td>1.23</td>
<td>1.24</td>
Expand All @@ -26,11 +26,12 @@
<td>1.27</td>
<td>1.28</td>
<td>1.29</td>
<td>1.30</td>
</tr>
</thead>
<tbody>
<tr>
<td>kubeasz version</td>
<td>kubeasz</td>
<td>3.1.1</td>
<td>3.2.0</td>
<td>3.6.2</td>
Expand All @@ -39,6 +40,7 @@
<td>3.6.2</td>
<td>3.6.2</td>
<td>3.6.3</td>
<td>3.6.4</td>
</tr>
</tbody>
</table>
Expand All @@ -54,7 +56,7 @@
- **Kylin Linux Advanced Server V10** 麒麟V10 Tercel, Lance
- **openSUSE** Leap 15.x([notes](docs/setup/multi_os.md#openSUSE))
- **Rocky Linux** 8, 9
- **Ubuntu** 16.04, 18.04, 20.04, 22.04
- **Ubuntu** 16.04, 18.04, 20.04, 22.04, 24.04

能够支持大部分使用systemd的linux发行版,如果安装有问题先请查看[文档](docs/setup/multi_os.md);如果某个能够支持安装的系统没有在列表中,欢迎提PR 告知。

Expand Down
27 changes: 27 additions & 0 deletions docs/release-notes/kubeasz-3.6.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## kubeasz 3.6.4

kubeasz 3.6.4 发布:支持k8s v1.30版本,组件更新和一些bugfix。

### 版本更新

- k8s: v1.30.1
- etcd: v3.5.12
- containerd: 1.7.17
- runc: v1.1.12
- calico: v3.26.4
- cilium: 1.15.5
- cni: v1.4.1
- harbor: v2.10.2
- metrics-server: v0.7.1

### 重要更新

- 安全更新:to solve CVE-2024-21626: update containerd, runc
- 安装流程:role 'prepare' 阶段增加设置hostname,这样当网络组件为calico时不会因为主机名相同而出错;同时在example/config.yml 中增加配置开关`ENABLE_SETTING_HOSTNAME`
- OS 支持:增加 Ubuntu 2404

### 其他

- 21376465de7f44d1ec997bde096afc7404ce45c5 fix: cilium ui images settings
- c40548e0e33cab3c4e5742aacce11101ac0c7366 #1343, 恢复podPidsLimit=-1默认设置
-
2 changes: 1 addition & 1 deletion ezdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -o pipefail

# default settings, can be overridden by cmd line options, see usage
DOCKER_VER=26.1.3
KUBEASZ_VER=3.6.3
KUBEASZ_VER=3.6.4
K8S_BIN_VER=v1.30.1
# https://github.com/easzlab/dockerfile-kubeasz-ext-bin
EXT_BIN_VER=1.10.1
Expand Down

0 comments on commit 0e9c007

Please sign in to comment.