Skip to content

Commit

Permalink
kubeasz release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmzj committed Mar 28, 2021
1 parent a631575 commit 8ae6603
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/op/loadballance_ingress_nodeport.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ INGRESS_TLS_NODEPORT_LB: "yes"
## 2.重新配置启动LB节点服务

``` bash
$ ansible-playbook /etc/ansible/roles/ex-lb/ex-lb.yml
$ ezctl setup ${集群名} ex-lb
```

## 3.验证 ex_lb 节点的 haproxy 服务配置 `/etc/haproxy/haproxy.cfg` 包含如下配置
Expand Down
34 changes: 34 additions & 0 deletions docs/release-notes/kubeasz-3.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## kubeasz-3.0.1 (Pure Brightness)

清明降至,踏青郊游,祭祖缅怀。kubeasz 3.0.1 版本发布,主要更新点:

### 技术上通过k8s一致性认证的所有测试项

kubeasz 用户可以确认集群各项功能符合预期,既符合k8s设计标准;下一步会继续走流程正式申请成为官方认证的部署工具;正式PR在此:https://github.com/cncf/k8s-conformance/pull/1326。

### 推荐群里大佬的k8s架构师免费视频课程

作者花很多心思和精力去构思文档、视频录制,并且把工作中的实践经验分享出来;值得参考学习

https://www.toutiao.com/c/user/token/MS4wLjABAAAA0YFomuMNm87NNysXeUsQdI0Tt3gOgz8WG_0B3MzxsmI/?tab=article

### 更新harbor 安装流程
重写 harbor 安装流程,利用easzlab/harbor-offline:v2.1.3 仓库加速离线安装文件下载,增加可选安装组件。


### 组件更新

- k8s: v1.20.5, v.1.19.9, v1.18.17
- docker: 20.10.5
- dashboard: v2.2.0
- harbor: v2.1.3

### 集群安装

- 修复默认集群内部dns域名后缀
- 调整etcd集群配置参数
- 更新kube-scheduler部署使用配置文件 kube-scheduler-config.yaml
- 更新集群存储插件 nfs-provisioner
- 修复安装外部负载均衡服务 ./ezctl setup ${集群名} ex-lb
- 修复清理LB(haproxy/keepalived)服务可能报错问题
- 修复worker节点安装时无法推送dnscache镜像
2 changes: 1 addition & 1 deletion ezdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ calicoVer=v3.15.3
flannelVer=v0.13.0-amd64
dnsNodeCacheVer=1.16.0
corednsVer=1.7.1
dashboardVer=v2.1.0
dashboardVer=v2.2.0
dashboardMetricsScraperVer=v1.0.6
metricsVer=v0.3.6
pauseVer=3.2
Expand Down
4 changes: 2 additions & 2 deletions roles/ex-lb/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ROUTER_ID: 222
BALANCE_ALG: "roundrobin"

# 启用 ingress NodePort服务的负载均衡 (yes/no)
INGRESS_NODEPORT_LB: "yes"
INGRESS_NODEPORT_LB: "no"
# 启用 ingress tls NodePort服务的负载均衡 (yes/no)
INGRESS_TLS_NODEPORT_LB: "yes"
INGRESS_TLS_NODEPORT_LB: "no"

# 离线安装 haproxy+keepalived (offline|online)
INSTALL_SOURCE: "online"

0 comments on commit 8ae6603

Please sign in to comment.