This commit is contained in:
Shao Huan Qing
2021-05-30 09:45:16 +08:00
parent 67982cf899
commit 84413d6466

View File

@ -11,7 +11,9 @@ description: 本文描述了Kuboard_v3.x的版本变更说明
<!-- <CurrentVersion/> -->
<!-- * Immutable Secrets and ConfigMaps
<!--
* Immutable Secrets and ConfigMaps
https://kubernetes.io/docs/setup/release/notes/#immutable-secrets-and-configmaps
Immutable Secrets and ConfigMaps graduates to GA. This feature allows users to specify that the contents of a particular Secret or ConfigMap is immutable for its object lifetime. For such instances, Kubelet will not watch/poll for changes and therefore reducing apiserver load.
@ -21,9 +23,37 @@ description: 本文描述了Kuboard_v3.x的版本变更说明
* 存储卷声明监控 Grafana
支持的K8S版本 1.19
* 可以按时间段开放用户的权限
-->
## v3.1.1.9
**发布日期**
2021年5月30日
**新特性**
* 工作负载编辑器
* 支持节点亲和性
* 支持容器组间亲和性
* 支持容器组间反亲和性
**优化**
* 安装 metrics-server 时,尽量将其调度到 master 节点
* 容器组详情页可以刷新 metrics 信息
* 可以为 docker hub 的私有仓库设置访问密码
* 不允许 https://demo.kuboard.cn 的 demo 用户修改密码
**问题修正**
* 工作负载编辑器
* 删除数据卷时volumeMount 错位的问题;
* 创建存储卷声明时,如果存在未配置 .metadata.annotations 字段的存储类,不能选取存储类的问题;
## v3.1.1.8
**发布日期**
@ -57,6 +87,8 @@ description: 本文描述了Kuboard_v3.x的版本变更说明
* 工作负载编辑器
* 复制工作负载时serviceName 字段未能正常更新的问题
* 工作负载详情页
* 部分情况下,编辑 Hpa 时,不能保存的问题
## v3.1.1.7