v3.0.0-alpha.2
This commit is contained in:
14
support/change-log/upgrade-2-3.md
Normal file
14
support/change-log/upgrade-2-3.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
vssueId: 72
|
||||
description: 本文描述了Kuboard_v3.0.x版本的升级方法
|
||||
---
|
||||
|
||||
# 从 v2.0.x 升级到 v3.0.x
|
||||
|
||||
与 v2.0.x 相比,v3.0.x 不再部署在 Kubernetes 中,而是作为一个独立的容器运行。
|
||||
|
||||
* 由于运行模式不同,v2.0.x 与 v3.0.x 可以同时存在互不干扰。
|
||||
|
||||
请参考 [安装 Kuboard v3](/install/v3-install.html)
|
||||
|
||||
* Kuboard v3.0.x 计划将 Kuboard 部署的内容全部从 kube-system 名称空间迁移到 kuboard 名称空间,这也使得两个版本能够同时存在于同一个 Kubernetes 集群。建议用户在 Kuboard v3.0 版本正式发布后,将使用 Kuboard v2.0.x 安装的 Kuboard 套件卸载,并在 Kuboard v3.0.x 中重新安装这些套件。
|
||||
53
support/change-log/v3.0.x.md
Normal file
53
support/change-log/v3.0.x.md
Normal file
@ -0,0 +1,53 @@
|
||||
---
|
||||
vssueId: 72
|
||||
description: 本文描述了Kuboard_v3.0.x的版本变更说明
|
||||
---
|
||||
|
||||
# Kuboard v3.0.x
|
||||
|
||||
<AdSenseTitle/>
|
||||
|
||||
<CurrentVersionV3/>
|
||||
|
||||
<!-- <CurrentVersion/> -->
|
||||
|
||||
Kuboard v3.0.x 的更新说明
|
||||
|
||||
|
||||
## v3.0.0-alpha.2
|
||||
|
||||
**发布日期**
|
||||
|
||||
2020年11月10日
|
||||
|
||||
**新特性**
|
||||
* 支持 TLS 、 Lets Encrypts;
|
||||
|
||||
**优化**
|
||||
|
||||
* Web 服务使用标准端口 80 / 443
|
||||
* 点击后才弹出集群切换窗口,避免悬停弹出分散用户注意力;
|
||||
* 优化创建集群时的提示信息;
|
||||
|
||||
**BUG修正**
|
||||
* 创建用户时,部分特殊电子信箱地址校验不通过;
|
||||
|
||||
* 节点详情页,如果节点的容器组数量太多,不能显示该页面的问题;
|
||||
* CustomResourceList 页的链接错误;
|
||||
* User/Group 列表页的链接错误;
|
||||
|
||||
|
||||
## v3.0.0-alpha.1
|
||||
|
||||
**发布日期**
|
||||
|
||||
2020年11月8日
|
||||
|
||||
**新特性**
|
||||
|
||||
* 主版本升级,调整了 Kuboard 的架构:
|
||||
* 支持多 Kubernetes 集群管理
|
||||
* 内建用户库
|
||||
* 优化导航栏及菜单的结构
|
||||
* 不再部署在 Kubernetes 集群当中,而是作为一个独立的容器部署在集群之外
|
||||
* 使用 golang 重写后端代码,不再使用 openresty lua
|
||||
@ -9,6 +9,8 @@ description: 本文描述了 Kuboard 的一些已知问题
|
||||
|
||||
Kuboard 自 v1.0.7 开始,使用 [OpenResty](https://hub.docker.com/r/openresty/openresty) 提供的基础镜像,该镜像存在的一个问题是:CPU 必须兼容 SSE4.2。这意味着,一部分 2007 年以前的 CPU 可能无法兼容。请参考 [https://github.com/openresty/docker-openresty/issues/39](https://github.com/openresty/docker-openresty/issues/39)
|
||||
|
||||
> Kuboard v3.0.x 不再使用 OpenResty,因此也不存在此问题。
|
||||
|
||||
出现此问题时,通过 kubectl 命令查看 Kuboard 日志
|
||||
``` sh
|
||||
kubectl logs -f -l k8s.eip.work/name=kuboard -n kube-system
|
||||
|
||||
Reference in New Issue
Block a user