This commit is contained in:
huanqing.shao
2021-04-07 20:53:21 +08:00
parent e07f26c25a
commit 60078830ee
3 changed files with 23 additions and 6 deletions

View File

@ -13,7 +13,7 @@ Kuboard 是一款专为 Kubernetes 设计的免费管理界面,兼容 Kubernet
</p>
点击这里可以查看 [Kuboard 的安装文档](/install/v3/install.html)
点击这里可以查看 [Kuboard 的安装文档](https://kuboard.cn/install/v3/install.html)
## 在线演示
@ -22,9 +22,9 @@ Kuboard 是一款专为 Kubernetes 设计的免费管理界面,兼容 Kubernet
</div>
<div style="padding: 10px; border: 1px solid #eee; border-radius: 10px; margin: 10px 0px; background-color: #fafafa;">
<a href="http://demo.kuboard.cn:10080" target="_blank">http://demo.kuboard.cn:10080</a> <br/>
<div style="width: 60px; display: inline-block;margin-top: 5px;">&nbsp;</div>
<div style="width: 60px; display: inline-block; margin-top: 5px;">&nbsp;</div>
demo <br/>
<div style="width: 60px; display: inline-block">&nbsp;</div>
<div style="width: 60px; display: inline-block;">&nbsp;</div>
demo123
</div>

View File

@ -54,8 +54,8 @@ meta:
* 参照经过众多网友验证,不断优化的安装文档,迅速完成 Kubernetes 安装,拥有属于自己的 Kubernetes 集群。
* [安装微服务管理界面](/install/v3/install.html) 5分钟
* 使用 Kuboard无需编写复杂冗长的 YAML 文件,就可以轻松管理 Kubernetes 集群。
* [创建 busybox](/guide/example/busybox.html) 10分钟
* 快速在 Kubernetes 集群中安装一个部署,并与当中的容器组交互。
<!-- * [创建 busybox](/guide/example/busybox.html) 10分钟
* 快速在 Kubernetes 集群中安装一个部署,并与当中的容器组交互。 -->
<Course courseId="477593" />
@ -97,7 +97,7 @@ meta:
* [实现Kubernetes与GitLab/GitHub的单点登录](/learning/k8s-advanced/sec/authenticate/install.html)
* [了解日志聚合](/learning/k8s-advanced/logs/)
* [了解Kubernetes的监控](/guide/example/monitor-v2.html)
* [免费获得Kuboard授权](/support/)
<!-- * [免费获得Kuboard授权](/support/) -->
* 按教程章节顺序对 Kubernetes 各种概念进行深入理解
* CI/CD 工具链
* 私有 Docker 镜像仓库

View File

@ -11,6 +11,23 @@ description: 本文描述了Kuboard_v3.x的版本变更说明
<!-- <CurrentVersion/> -->
## v3.1.1.1
**发布日期**
2021年4月7日
**优化**
* 完善节点列表字段
**BUG修正**
* 工作负载编辑器
* 创建工作负载时,名称空间未正确设置的问题
* Probe.initialDelaySeconds 等字段类型错误
* Ingress TLS 启用时,修改 rule.host但是 tls.*.hosts 未同步的问题
* 复制工作负载时Service.spec.clusterIP 未被清除的问题
## v3.1.1.0
**发布日期**