diff --git a/.vuepress/comp/index.js b/.vuepress/comp/index.js
index 5284e3d..5832455 100644
--- a/.vuepress/comp/index.js
+++ b/.vuepress/comp/index.js
@@ -4,7 +4,6 @@ let components = [
export default function (Vue) {
for (let component of components) {
- window.console.log('注册组件 ', component.name)
Vue.component(component.name, component.component)
}
}
diff --git a/.vuepress/components/ad-list.js b/.vuepress/components/ad-list.js
index c23930c..58daafb 100644
--- a/.vuepress/components/ad-list.js
+++ b/.vuepress/components/ad-list.js
@@ -5,7 +5,7 @@ module.exports = [
strong: '一键离线安装',
action: '去看看',
url: 'https://github.com/fanux/sealos',
- weight: 60
+ weight: 10
},
// {
// name: '阳明的博客',
@@ -29,16 +29,16 @@ module.exports = [
strong: '百款云产品一折起',
action: '去抢',
url: 'https://cloud.tencent.com/act/cps/redirect?redirect=1052&cps_key=2ee6baa049659f4713ddc55a51314372&from=console',
- weight: 30
- },
- {
- name: '阿里云',
- description: '双十二,主会场,',
- strong: '低至一折',
- action: '去抢',
- url: 'https://www.aliyun.com/1212/2019/home?userCode=obezo3pg',
- weight: 30
+ weight: 60
},
+ // {
+ // name: '阿里云',
+ // description: '双十二,主会场,',
+ // strong: '低至一折',
+ // action: '去抢',
+ // url: 'https://www.aliyun.com/1212/2019/home?userCode=obezo3pg',
+ // weight: 30
+ // },
{
name: 'Kubetrain',
description: 'K8S在线直播培训,首次开班优惠',
@@ -46,6 +46,14 @@ module.exports = [
action: '现在就去',
url: 'https://kubetrain.cn/?from=kuboard-ads',
weight: 60
+ },
+ {
+ name: '10元直播课',
+ description: 'Kubernetes集群安装详解,安装脚本定制',
+ strong: '入门起点',
+ action: '捧个场',
+ url: 'https://ke.qq.com/course/477593?flowToken=1016937',
+ weight: 60
}
// {
diff --git a/.vuepress/public/images/courses/kubeadm.png b/.vuepress/public/images/courses/kubeadm.png
new file mode 100644
index 0000000..0e9faef
Binary files /dev/null and b/.vuepress/public/images/courses/kubeadm.png differ
diff --git a/install/install-k8s.md b/install/install-k8s.md
index 873f3bd..f1a9a6a 100644
--- a/install/install-k8s.md
+++ b/install/install-k8s.md
@@ -18,6 +18,17 @@ meta: