Skip to content

Commit 48720f5

Browse files
committed
kubeasz release 3.4.4
1 parent e297c42 commit 48720f5

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

docs/release-notes/kubeasz-3.4.4.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
## kubeasz 3.4.4
2+
3+
kubeasz 3.4.4 发布,主分支的一些 cherry-picks,组件更新以及一些bugfix。
4+
5+
### 版本更新
6+
7+
- k8s: v1.25.6
8+
- calico: v3.24.5
9+
- chrony: 4.3
10+
- containerd: v1.6.14
11+
- docker: 20.10.22
12+
- keepalived: 2.2.7
13+
- nginx: 1.22.1
14+
- harbor: v2.6.3
15+
16+
### 支持设置k8s nodename
17+
18+
默认情况下kubeasz项目使用节点ip地址作为nodename,如果需要自定义设置支持两种方式:
19+
20+
- 1. 在clusters/xxxx/hosts 直接配置:比如
21+
22+
```
23+
# work node(s), set unique 'k8s_nodename' for each node
24+
[kube_node]
25+
192.168.0.80 k8s_nodename=worker-01
26+
192.168.0.79 k8s_nodename=worker-02
27+
```
28+
29+
- 2. 在添加节点适合设置:比如
30+
31+
```
32+
dk ezctl add-node xxxx 192.168.0.81 k8s_nodename=worker-03
33+
```
34+
35+
特别注意:k8s_nodename 命名规范,只能由小写字母、数字、'-'、'.' 组成,并且开头和结尾必须为小写字母和数字
36+
'k8s_nodename' must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com')
37+
38+
39+
### 其他
40+
41+
- 更新etcd文档 (#1218) by itswl
42+
- fix: start/stop scripts for ex-lb
43+
- fix: 'ezctl'-ignore /usr/bin/python link existed warning
44+
- 更新高可用架构图及核心安装文档

0 commit comments

Comments
 (0)