rbac
This commit is contained in:
@ -15,14 +15,14 @@ module.exports = [
|
||||
// url: 'https://www.qikqiak.com/post/promotion-51/',
|
||||
// weight: 1
|
||||
// },
|
||||
{
|
||||
name: '极客时间',
|
||||
description: '精要30计,让DevOps快速落地。',
|
||||
strong: 'DevOps实战笔记',
|
||||
action: '去看看',
|
||||
url: 'https://time.geekbang.org/column/intro/100036601?code=0Totv3yN%2FohiumTclUF4ky4qRYs9Ecq6ZK4IdgNf88M%3D',
|
||||
weight: 1
|
||||
},
|
||||
// {
|
||||
// name: '极客时间',
|
||||
// description: '精要30计,让DevOps快速落地。',
|
||||
// strong: 'DevOps实战笔记',
|
||||
// action: '去看看',
|
||||
// url: 'https://time.geekbang.org/column/intro/100036601?code=0Totv3yN%2FohiumTclUF4ky4qRYs9Ecq6ZK4IdgNf88M%3D',
|
||||
// weight: 1
|
||||
// },
|
||||
{
|
||||
name: '腾讯云',
|
||||
description: '腾讯云双十二活动,',
|
||||
|
||||
@ -157,9 +157,9 @@ export default {
|
||||
background-color: #E65100;
|
||||
box-shadow: 0 0 10px #000;
|
||||
}
|
||||
@media only screen and (max-width:990px){
|
||||
/* @media only screen and (max-width:990px){
|
||||
.box{ margin-bottom: 30px; }
|
||||
}
|
||||
} */
|
||||
@media only screen and (max-width:479px){
|
||||
.box .title{ font-size: 22px; }
|
||||
}
|
||||
|
||||
@ -393,6 +393,14 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
'k8s-advanced/gc',
|
||||
{
|
||||
title: '安全',
|
||||
collapsable: true,
|
||||
children: [
|
||||
'k8s-advanced/sec/rbac/api',
|
||||
'k8s-advanced/sec/rbac/example',
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '扩展Kubernetes',
|
||||
collapsable: true,
|
||||
|
||||
@ -157,9 +157,9 @@ module.exports = {
|
||||
{ text: '安装', link: '/install/install-dashboard' },
|
||||
{ text: '教程', link: '/learning/' },
|
||||
{ text: '使用', link: '/guide/' },
|
||||
// { text: '培训', link: 'https://kubetrain.cn/?from=kuboard', target: '_blank' },
|
||||
{ text: '支持', link: '/support/' },
|
||||
// { text: '博客', link: 'https://blog.kuboard.cn/compaign' }
|
||||
{ text: '培训', link: 'https://kubetrain.cn/?from=kuboard', target: '_blank' },
|
||||
{ text: '博客', link: 'http://k8s.kubetrain.cn/' },
|
||||
// { text: 'DevOps', link: '/devops/' }
|
||||
],
|
||||
displayAllHeaders: false,
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 18 KiB |
Binary file not shown.
@ -14,7 +14,7 @@
|
||||
<!-- 808894550 -->
|
||||
</div>
|
||||
<p style="margin-bottom: 0; margin-top: 10px;">
|
||||
<img style="margin: auto; width: 150px;" src="/images/kuboard_qq.png" alt="Kubernetes教程:QQ群在线答疑"/>
|
||||
<img style="margin: auto; width: 150px; padding: 10px;" src="/images/kuboard_qq.png" alt="Kubernetes教程:QQ群在线答疑"/>
|
||||
</p>
|
||||
</b-card>
|
||||
</div>
|
||||
|
||||
@ -17,13 +17,15 @@
|
||||
<div class="side-nav-item" :style="activeLinkStyle('/guide/')">
|
||||
<a :href="`/guide/${urlSurfix}`" class="nav-link">使用</a>
|
||||
</div>
|
||||
<div class="side-nav-item" :style="activeLinkStyle('/training/')">
|
||||
<!-- <a :href="`https://kubetrain.cn/?from=kuboard`" class="nav-link" target="_blank">培训</a> -->
|
||||
<a href="/t/cka/daily.html" class="nav-link" target="_self">CKA</a>
|
||||
</div>
|
||||
<div class="side-nav-item" :style="activeLinkStyle('/support/')">
|
||||
<a :href="`/support/${urlSurfix}`" class="nav-link">支持</a>
|
||||
</div>
|
||||
<div class="side-nav-item" :style="activeLinkStyle('/training/')">
|
||||
<a :href="`https://kubetrain.cn/?from=kuboard`" class="nav-link" target="_blank">培训</a>
|
||||
</div>
|
||||
<div class="side-nav-item">
|
||||
<a href="http://k8s.kubetrain.cn" class="nav-link" target="_blank">博客</a>
|
||||
</div>
|
||||
</div>
|
||||
<slot name="top"/>
|
||||
<SidebarLinks :depth="0" :items="items"/>
|
||||
@ -137,7 +139,7 @@ export default {
|
||||
}
|
||||
.side-nav-item {
|
||||
margin-bottom: -2px;
|
||||
margin-left: 10px;
|
||||
margin-left: 3px;
|
||||
display: inline-block;
|
||||
line-height: 1.4rem;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user