密码登录
This commit is contained in:
@ -1,12 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="course">
|
<div v-if="course">
|
||||||
<div class="school">
|
<a class="school"
|
||||||
<a
|
:href="course.href"
|
||||||
:href="course.href"
|
target="_blank"
|
||||||
target="_blank"
|
:title="course.description"
|
||||||
:title="course.description"
|
>
|
||||||
>{{ course.title ? course.title : '观看本节视频讲解'}}</a>
|
<p>
|
||||||
</div>
|
{{ course.title ? course.title : '观看本节视频讲解'}}
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>配置信息不存在</div>
|
<div v-else>配置信息不存在</div>
|
||||||
</template>
|
</template>
|
||||||
@ -33,37 +35,37 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.school {
|
.school p {
|
||||||
background-color: #e7ecf3;
|
background-color: #e7ecf3;
|
||||||
padding: 1em 1.25em;
|
padding: 10px 66px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: #486491;
|
color: #486491;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.school a {
|
.school {
|
||||||
color: #486491 !important;
|
color: #486491 !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 36px;
|
padding-left: 36px;
|
||||||
}
|
}
|
||||||
.school a:before {
|
.school p:before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
top: -5px;
|
top: 9px;
|
||||||
left: -4px;
|
left: 20px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: #73abfe;
|
background-color: #73abfe;
|
||||||
}
|
}
|
||||||
.school a:after {
|
.school p:after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
top: 5px;
|
top: 19px;
|
||||||
left: 8px;
|
left: 32px;
|
||||||
border-top: 5px solid transparent;
|
border-top: 5px solid transparent;
|
||||||
border-bottom: 5px solid transparent;
|
border-bottom: 5px solid transparent;
|
||||||
border-left: 8px solid #fff;
|
border-left: 8px solid #fff;
|
||||||
|
|||||||
@ -238,5 +238,7 @@ http://任意一个Worker节点的IP地址:32567/#/console/yournamespace/yourpod
|
|||||||
|
|
||||||
- 使用 Kuboard 工作负载编辑器 [创建第一个应用](/guide/example/busybox.html) (10分钟)
|
- 使用 Kuboard 工作负载编辑器 [创建第一个应用](/guide/example/busybox.html) (10分钟)
|
||||||
|
|
||||||
|
- [使用 GitHub/GitLab 账号登录 Kubernetes](/learning/k8s-advanced/sec/authenticate/install.html)
|
||||||
|
|
||||||
- 尝试 Kuboard 设计的其他 example [使用 Kuboard](/guide/index.html)
|
- 尝试 Kuboard 设计的其他 example [使用 Kuboard](/guide/index.html)
|
||||||
- 学习 [Kubernetes免费教程](/learning/)
|
- 学习 [Kubernetes免费教程](/learning/)
|
||||||
|
|||||||
@ -517,11 +517,13 @@ kubectl delete -f https://kuboard.cn/install-script/v1.17.x/nginx-ingress.yaml
|
|||||||
|
|
||||||
<Course courseId="477593" />
|
<Course courseId="477593" />
|
||||||
|
|
||||||
<span v-on:click="$sendGaEvent('安装后求GitHub Star','安装后求GitHub Star','安装后求GitHub Star')"><a href="https://github.com/eip-work/kuboard-press" target="_blank">点击此处,给个GitHub Star</a></span>
|
<!-- <span v-on:click="$sendGaEvent('安装后求GitHub Star','安装后求GitHub Star','安装后求GitHub Star')"><a href="https://github.com/eip-work/kuboard-press" target="_blank">点击此处,给个GitHub Star</a></span>
|
||||||
支持一下吧,<StarCount></StarCount>这么多人都 star 了呢,怎么能少得了您呢?
|
支持一下吧,<StarCount></StarCount>这么多人都 star 了呢,怎么能少得了您呢? -->
|
||||||
|
|
||||||
[安装 Kuboard - 微服务管理界面](/install/install-dashboard.html)
|
[安装 Kuboard - 微服务管理界面](/install/install-dashboard.html)
|
||||||
|
|
||||||
|
[使用 GitHub/GitLab 账号登录 Kubernetes](/learning/k8s-advanced/sec/authenticate/install.html)
|
||||||
|
|
||||||
[获取 Kubernetes 免费教程](/learning/)
|
[获取 Kubernetes 免费教程](/learning/)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2,9 +2,6 @@ Kuboard v1.0.x 的更新说明
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
必须完成:
|
必须完成:
|
||||||
* 文档
|
* 文档
|
||||||
* 教程
|
* 教程
|
||||||
@ -12,13 +9,10 @@ Kuboard v1.0.x 的更新说明
|
|||||||
* 群反馈 Pod 列表界面出现重复数据的问题
|
* 群反馈 Pod 列表界面出现重复数据的问题
|
||||||
|
|
||||||
------------------
|
------------------
|
||||||
* 按名称空间查看 Events
|
|
||||||
* 按名称空间查看 top pods
|
|
||||||
* 修改 metadata.labels kuboard v1.0.7
|
* 修改 metadata.labels kuboard v1.0.7
|
||||||
* 支持 Headless Service
|
* 支持 Headless Service
|
||||||
* 在服务器端配置 openid connect 的 client_secret 以增强安全性
|
* 在服务器端配置 openid connect 的 client_secret 以增强安全性
|
||||||
|
|
||||||
* 安装文档中,将 daocloud 的镜像地址修改为阿里云的镜像地址
|
|
||||||
* 日志界面支持 ctrl + F
|
* 日志界面支持 ctrl + F
|
||||||
* 更新版本时,可以通过下拉列表选择仓库中的版本号
|
* 更新版本时,可以通过下拉列表选择仓库中的版本号
|
||||||
* 导入导出时,需要支持 nfs 等类型的数据卷
|
* 导入导出时,需要支持 nfs 等类型的数据卷
|
||||||
@ -32,7 +26,6 @@ Kuboard v1.0.x 的更新说明
|
|||||||
|
|
||||||
* https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
|
* https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
|
||||||
|
|
||||||
|
|
||||||
* 容器组列表,筛选结果为空时,提示筛选 “其他”
|
* 容器组列表,筛选结果为空时,提示筛选 “其他”
|
||||||
|
|
||||||
* https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
|
* https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
|
||||||
|
|||||||
@ -14,6 +14,24 @@ description: 本文描述了Kuboard_v1.0.x的版本变更说明
|
|||||||
|
|
||||||
Kuboard v1.0.x 的更新说明
|
Kuboard v1.0.x 的更新说明
|
||||||
|
|
||||||
|
## v1.0.6-beta.8
|
||||||
|
|
||||||
|
**发布日期**
|
||||||
|
|
||||||
|
2020年2月2日
|
||||||
|
|
||||||
|
**新特性**
|
||||||
|
* 工作负载编辑页面 --> 修改 Service annotations
|
||||||
|
* 工作负载查看页面 --> 修改 Service annotations
|
||||||
|
|
||||||
|
**优化**
|
||||||
|
* 只显示当前登录用户有权限的操作
|
||||||
|
* 只监听当前名称空间内的 events,而不是全局 events。(适应按名称空间授权的情况)
|
||||||
|
* 按名称空间查看 top-pods
|
||||||
|
|
||||||
|
**Bug修正**
|
||||||
|
* 控制台界面切换 bash/sh 失败的问题
|
||||||
|
|
||||||
## v1.0.6-beta.7
|
## v1.0.6-beta.7
|
||||||
|
|
||||||
**发布日期**
|
**发布日期**
|
||||||
|
|||||||
Reference in New Issue
Block a user