This commit is contained in:
huanqing.shao
2021-04-30 18:37:26 +08:00
parent cfe4352974
commit fb974c2a48
3 changed files with 36 additions and 5 deletions

View File

@ -18,8 +18,24 @@ description: 本文描述了Kuboard_v3.x的版本变更说明
* Storage Capacity
https://docs.k8s.io/concepts/storage/storage-capacity/
-->
## v3.1.1.5
**发布日期**
2021年4月xx日
**新特性**
* 工作负载详情页
* 可以显示数据卷及挂载情况【待解决】
* 可以显示环境变量【待解决】 -->
* 可以显示环境变量【待解决】
**问题修正**
* 工作负载编辑器
* StatefulSet 时,不能添加第二个 volumeClaimTemplate 的问题
## v3.1.1.4
@ -45,12 +61,12 @@ description: 本文描述了Kuboard_v3.x的版本变更说明
* 工作负载编辑器
* spec.containers[*].readinessProbe.tcpSocket.port 字段兼容数字和字符串
* spec.containers[*].resources.limits.cpu 等字段清除后不能保存的问题
* spec.containers[*].ports[*].hostPort 字段不能被清除的问题
* spec.containers[*].ports[*].hostPort 字段不能被清除的问题
* service.spec.type 从 NodePort 修改为 ClusterIP 时service.spec.ports[*].nodePort 未清空的问题
* StatefulSet 应该设置 spec.serviceName 字段
* 删除数据卷时导致不能保存的问题
* 编辑 ConfigMap / Secret 类型的数据卷时,如果原本没有配置 KeyToPath不能添加 KeyToPath 的问题
* StatefulSet 应该设置 spec.serviceName 字段
* 编辑 Service 时,如果原有 spec.ports 字段未配置,不能添加端口的问题
* service.spec.type 从 NodePort 修改为 ClusterIP 时service.spec.ports[*].nodePort 未清空的问题
* 复制工作负载
* Service 保存失败的问题
* 修改 layer 时service.spec.selector 未更新的问题