v3.3.0.7
This commit is contained in:
@ -77,30 +77,49 @@ Service.spec.ports[*].appProtocol
|
||||
* cronjob 支持时区设置 (Kubernetes 接口目前不支持设置时区)
|
||||
|
||||
|
||||
待解决问题:会导致用户不能删除集群
|
||||
2021/12/22 08:38:22 [Recovery] 2021/12/22 - 08:38:22 panic recovered:
|
||||
runtime error: invalid memory address or nil pointer dereference
|
||||
/usr/local/go/src/runtime/panic.go:212 (0x435eba)
|
||||
/usr/local/go/src/runtime/signal_unix.go:734 (0x44ebb2)
|
||||
/usr/src/kuboard/server/reversek8s/cluster_passport.go:43 (0xec7dee)
|
||||
/usr/src/kuboard/server/reversek8s/cluster_passport.go:109 (0xec88f8)
|
||||
/usr/src/kuboard/server/reversek8s/cluster_passport.go:200 (0xec9c32)
|
||||
/usr/src/kuboard/server/reversek8s/reverse_request.go:55 (0xed3b04)
|
||||
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.2/context.go:165 (0xbff659)
|
||||
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.2/recovery.go:99 (0xbff640)
|
||||
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.2/context.go:165 (0xbfe733)
|
||||
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.2/logger.go:241 (0xbfe6f2)
|
||||
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.2/context.go:165 (0xbf4be9)
|
||||
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.2/gin.go:489 (0xbf4bcf)
|
||||
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.2/gin.go:445 (0xbf46bb)
|
||||
/usr/local/go/src/net/http/server.go:2887 (0x6e6b62)
|
||||
/usr/local/go/src/net/http/server.go:1952 (0x6e1f8c)
|
||||
/usr/local/go/src/runtime/asm_amd64.s:1371 (0x46e400)
|
||||
|
||||
* 显示 Deployment 和 StatefulSet 的历史更新数量
|
||||
* 工作负载详情页,根据匹配标签显示 Service 列表
|
||||
* 显示 Deployment 和 StatefulSet 的历史更新数量
|
||||
|
||||
|
||||
套件名称:资源层监控套件
|
||||
版本:v3.1.6
|
||||
问题1: 告警发送配置->告警路由正则保存不正确
|
||||
描述:在配置告警路由时使用正则表达式,如namespace =~ kuboard|default 用来匹配这两个空间的告警到一组联系人,但在保存后,发现配置项实际保存为
|
||||
routes:
|
||||
- receiver: devops
|
||||
match:
|
||||
namespace_re: kuboard|default
|
||||
把_re添加至了namespace上了,在界面再次编辑时就会出现namespace变成了namespace_re
|
||||
正确的应该是在match后面添加_re后缀表示正则匹配
|
||||
routes:
|
||||
- receiver: devops
|
||||
match_re:
|
||||
namespace: kuboard|default
|
||||
----------------------------------------------------
|
||||
问题2: 钉钉模板的一些语法在alertmanager 查检配置时报错,不停的输出配置错误日志
|
||||
描述:因为现在的钉钉消息模板与alertmanager的告警模板在同一个目录,编辑后会重新检查,这时会出现钉钉模板中的语法错误日志,不过不影响使用;
|
||||
如钉钉常用到的时区:{{ dateInZone "2006-01-02 15:04:05" (.StartsAt) "Asia/Shanghai" }}以及 markdown 等
|
||||
我目前是给钉钉单独挂载模板文件到另一个目录,修改了dingtalk-config.yaml中的templates的路径为新挂载的模板文件
|
||||
|
||||
|
||||
定时任务支持手动执行
|
||||
-->
|
||||
|
||||
## v3.3.0.7
|
||||
|
||||
**发布日期**
|
||||
|
||||
2022年3月5日
|
||||
|
||||
**优化**
|
||||
* 优化 imagePullSecret 选择器的提示信息
|
||||
|
||||
**问题修正**
|
||||
* 修改集群描述信息时导致部分信息丢失的问题
|
||||
* 适配 K8S v1.22 / v1.23
|
||||
* 删除工作负载时,不能删除 Ingress 的问题
|
||||
* 导出工作负载时,不能选择 Ingress 的问题
|
||||
|
||||
## v3.3.0.6
|
||||
|
||||
**发布日期**
|
||||
|
||||
Reference in New Issue
Block a user