This commit is contained in:
huanqing.shao
2021-04-24 21:20:39 +08:00
parent c7647209d5
commit 4799273bc4
2 changed files with 42 additions and 0 deletions

View File

@ -51,6 +51,7 @@ meta:
* Containerd.io 1.4.3
> 如果要安装 Kubernetes 历史版本,请参考:
> * [安装 Kubernetes v1.20.x 单Master节点](/install/history-k8s/install-k8s-1.20.x.html)
> * [安装 Kubernetes v1.19.x 单Master节点](/install/history-k8s/install-k8s-1.19.x.html)
> * [安装 Kubernetes v1.18.x 单Master节点](/install/history-k8s/install-k8s-1.18.x.html)
> * [安装 Kubernetes v1.17.x 单Master节点](/install/history-k8s/install-k8s-1.17.x.html)

View File

@ -11,6 +11,47 @@ description: 本文描述了Kuboard_v3.x的版本变更说明
<!-- <CurrentVersion/> -->
<!-- * 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.
* Storage Capacity
https://docs.k8s.io/concepts/storage/storage-capacity/
* 可以显示数据卷及挂载情况【待解决】
* 可以显示环境变量【待解决】 -->
## v3.1.1.4
**新特性**
* 工作负载编辑器
* 可以设置 spec.template.spec.setHostnameAsFQDN
* 可以设置 spec.template.spec.serviceAccountName
**优化**
* 工作负载详情页
* 切换 Pod 时,刷新 pod 的 metrics
* 细化容器组的状态显示
* 可以显示 event 的 count
**BUG 修正**
* 工作负载编辑器
* spec.containers[*].readinessProbe.tcpSocket.port 字段兼容数字和字符串
* spec.containers[*].resources.limits.cpu 等字段清除后不能保存的问题
* spec.containers[*].ports[*].hostPort 字段不能被清除的问题;
* 删除数据卷时导致不能保存的问题
* 编辑 ConfigMap / Secret 类型的数据卷时,如果原本没有配置 KeyToPath不能添加 KeyToPath 的问题
* StatefulSet 应该设置 spec.serviceName 字段
* 编辑 Service 时,如果原有 spec.ports 字段未配置,不能添加端口的问题
* service.spec.type 从 NodePort 修改为 ClusterIP 时service.spec.ports[*].nodePort 未清空的问题
* 复制工作负载
* Service 保存失败的问题
* 修改 layer 时service.spec.selector 未更新的问题
## v3.1.1.3
**发布日期**