This commit is contained in:
huanqing.shao
2019-12-17 13:38:42 +08:00
parent aaef82e7bc
commit 6c0fa4d433
3 changed files with 14 additions and 6 deletions

View File

@ -5,7 +5,7 @@ module.exports = [
strong: '一键离线安装',
action: '去看看',
url: 'https://github.com/fanux/sealos',
weight: 30
weight: 60
},
// {
// name: '阳明的博客',
@ -29,7 +29,7 @@ module.exports = [
strong: '百款云产品一折起',
action: '去抢',
url: 'https://cloud.tencent.com/act/cps/redirect?redirect=1052&cps_key=2ee6baa049659f4713ddc55a51314372&from=console',
weight: 60
weight: 30
},
{
name: '阿里云',
@ -37,7 +37,7 @@ module.exports = [
strong: '低至一折',
action: '去抢',
url: 'https://www.aliyun.com/1212/2019/home?userCode=obezo3pg',
weight: 60
weight: 30
},
{
name: 'Kubetrain',
@ -45,7 +45,7 @@ module.exports = [
strong: '不满意可无条件退款',
action: '现在就去',
url: 'https://kubetrain.cn/?from=kuboard-ads',
weight: 30
weight: 60
}
// {

View File

@ -3,8 +3,8 @@
<div class="page-nav" style="max-width: 1000px; margin-top: 56px;">
</div>
<div v-show="!$isSharing && !$frontmatter.lessAds" class="page-nav" style="max-width: 1000px; margin: auto;">
<div class="tip custom-block" style=" padding: 1rem; margin-top: 0;">
<div style="display: inline-block; vertical-align: top; line-height: 1.6rem;">
<div class="tip custom-block row" style="padding: 1rem; margin-top: 0;">
<div style="display: inline-block; vertical-align: top; line-height: 1.6rem;" class="col-md-10">
<li>
<span style="color: red; font-weight: 500;">免费</span>
Kubernetes教程K8S教程绝不降低品质
@ -23,6 +23,11 @@
</span> -->
</li>
</div>
<div class="col-md-2">
<a href="https://kubetrain.cn/?from=page-top" target="_blank">
<FancyImage src="/images/courses/intermediate.png" title="K8S高薪培训" description="360讲师授课" alt="K8S培训_高薪培训" type="Rectangle"/>
</a>
</div>
</div>
</div>
<slot name="top" />

View File

@ -92,6 +92,7 @@ Kubernetes教程的主要依据是Kubernetes 官网文档,以及使用 Kubo
* 问题诊断
* <a href="https://kuboard.cn/learning/k8s-advanced/ts/application.html">诊断应用程序</a>
* <a href="https://kuboard.cn/learning/k8s-advanced/ts/cluster.html">诊断集群问题</a>
* <a href="https://kuboard.cn/learning/k8s-advanced/ts/deployment.html">Deployment故障排除图解</a>
* 日志
* <a href="https://kuboard.cn/learning/k8s-advanced/logs/">日志</a>
* 调度
@ -102,6 +103,8 @@ Kubernetes教程的主要依据是Kubernetes 官网文档,以及使用 Kubo
* <a href="https://kuboard.cn/learning/k8s-advanced/policy/lr.html">Limit Range</a>
* <a href="https://kuboard.cn/learning/k8s-advanced/policy/rq.html">Resource Quota</a>
* 安全
* <a href="https://kuboard.cn/learning/k8s-advanced/sec/rbac/api.html">RBAC 授权接口</a>
* <a href="https://kuboard.cn/learning/k8s-advanced/sec/rbac/example.html">RBAC Example</a>
* 监控
* 联邦