v3.1.1.10
This commit is contained in:
@ -25,10 +25,46 @@ description: 本文描述了Kuboard_v3.x的版本变更说明
|
||||
|
||||
* 可以按时间段开放用户的权限
|
||||
|
||||
* ConfigMap / 环境变量 的 Value 应该可以在中间带空格
|
||||
* 版本对比表
|
||||
|
||||
-->
|
||||
|
||||
## v3.1.2.0-beta.1
|
||||
|
||||
**发布日期**
|
||||
|
||||
2021年6月6日
|
||||
|
||||
**新特性**
|
||||
|
||||
* 可以针对名称空间配置访问时段控制规则(仅在 Kuboard 生效)
|
||||
|
||||
## v3.1.1.10
|
||||
|
||||
**发布日期**
|
||||
|
||||
2021年6月6日
|
||||
|
||||
**新特性**
|
||||
|
||||
* 在线帮助入口
|
||||
|
||||
**优化**
|
||||
|
||||
* 检查浏览器 Cookie 是否启用,未启用 Cookie 时,不能登录 Kuboard
|
||||
* 工作负载详情页
|
||||
* Deployment 更新策略的备注
|
||||
* 工作负载编辑器
|
||||
* 环境变量的 Value 中间可以带空格;
|
||||
|
||||
**问题修正**
|
||||
|
||||
* 存储类详情
|
||||
* 创建 NFS StorageClass 时,如果使用私有镜像仓库,镜像标签错误的问题;
|
||||
* 打开 StorageClass 详情时,YAML 预览应该显示更多相关联的对象;
|
||||
* 工作负载详情页
|
||||
* FireFox 浏览器,编辑自动伸缩时,退出编辑模式的问题
|
||||
|
||||
## v3.1.1.9
|
||||
|
||||
**发布日期**
|
||||
|
||||
@ -9,19 +9,6 @@ description: Kubernetes教程_本文描述了如何获得Kuboard授权
|
||||
|
||||
<AdSenseTitle/>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
methods: {
|
||||
mailGroup () {
|
||||
// console.log('dee')
|
||||
// window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us20.list-manage.com","uuid":"2273cb19eb20bb1bc5b7745a7","lid":"f1f25d6dac","uniqueMethods":true}) })
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
## Kuboard 介绍
|
||||
|
||||
Kuboard 是 [北京仁聚汇通信息科技有限责任公司](http://www.eigpay.com/) 旗下的一款免费的 Kubernetes 管理工具,提供了丰富的功能,结合已有或新建的代码仓库、镜像仓库、CI/CD工具等,可以便捷的搭建一个生产可用的 Kubernetes 容器云平台,轻松管理和运行云原生应用。您也可以直接将 Kuboard 安装到现有的 Kubernetes 集群,通过 Kuboard 提供的 Kubernetes RBAC 管理界面,将 Kubernetes 提供的能力开放给您的开发/测试团队。Kuboard 提供的功能有:
|
||||
@ -33,14 +20,13 @@ Kuboard 是 [北京仁聚汇通信息科技有限责任公司](http://www.eigpay
|
||||
| **Kubernetes 基本管理功能** | | |
|
||||
| <div class="tap"></div>节点管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>名称空间管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>名称空间配额 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>名称空间配额/限定管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>控制器管理(Deployment / StatefulSet / DaemonSet / CronJob / Job / ReplicaSet) | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>工作负载编辑器(使用优化设计的表单编辑 Deployment / StatefulSet /DaemonSet) | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>Service / Ingress 管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>ConfigMap / Secret 管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>CustomerResourceDefinition 管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>自动伸缩(Horizontal Pod Autoscaler)管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>CICD 对接接口 | :white_check_mark: | :white_check_mark: |
|
||||
| **Kubernetes 存储管理** | | |
|
||||
| <div class="tap"></div>通过 ceph-csi 对接 CephFS 存储类 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>通过 ceph-csi 对接 Rook 安装的 CephFS 存储类 | :white_check_mark: | :white_check_mark: |
|
||||
@ -66,6 +52,7 @@ Kuboard 是 [北京仁聚汇通信息科技有限责任公司](http://www.eigpay
|
||||
| <div class="tap"></div>Kuboard Proxy(kubectl proxy 的在线版本) | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>自定义名称空间布局(以分层的方式展示名称空间中的微服务) | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>导出工作负载 YAML 文件、导入 YAML 文件(可以快速将微服务部署到新的集群或名称空间) | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>持续部署对接接口 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>多集群管理(一个 Kuboard 实例可以管理不超过三个 K8S 集群) | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>多集群管理(一个 Kuboard 实例可以管理超过三个 K8S 集群) | :x: | :white_check_mark: |
|
||||
| **服务与支持** | | |
|
||||
@ -124,7 +111,7 @@ Kuboard 是 [北京仁聚汇通信息科技有限责任公司](http://www.eigpay
|
||||
|
||||
## 订阅
|
||||
|
||||
<KbIframe v-if="isDev" style="margin-top: 10px" src="http://localhost:25679/public/home" :commands="commands"></KbIframe>
|
||||
<KbIframe v-if="isDev" style="margin-top: 10px" src="http://kuboard-develop:10800/public/home" :commands="commands"></KbIframe>
|
||||
<KbIframe v-else style="margin-top: 10px" src="https://uc-v3.kuboard.cn/public/home" :commands="commands"></KbIframe>
|
||||
|
||||
<script>
|
||||
@ -145,7 +132,7 @@ export default {
|
||||
openUserCenter (params) {
|
||||
let url = 'https://uc-v3.kuboard.cn' + params.path
|
||||
if (this.isDev) {
|
||||
url = 'http://localhost:25679' + params.path
|
||||
url = 'http://kuboard-develop:10800' + params.path
|
||||
}
|
||||
this.$openUrlInBlank(url)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user