diff --git a/.vuepress/comp/LearningPlan.vue b/.vuepress/comp/LearningPlan.vue new file mode 100644 index 0000000..c0a3b96 --- /dev/null +++ b/.vuepress/comp/LearningPlan.vue @@ -0,0 +1,15 @@ + + + + + diff --git a/.vuepress/comp/index.js b/.vuepress/comp/index.js new file mode 100644 index 0000000..5284e3d --- /dev/null +++ b/.vuepress/comp/index.js @@ -0,0 +1,10 @@ +let components = [ + { name: 'LearningPlan', component: () => import(`./LearningPlan.vue`) } +] + +export default function (Vue) { + for (let component of components) { + window.console.log('注册组件 ', component.name) + Vue.component(component.name, component.component) + } +} diff --git a/.vuepress/enhanceApp.js b/.vuepress/enhanceApp.js index 0fea585..5702f7f 100644 --- a/.vuepress/enhanceApp.js +++ b/.vuepress/enhanceApp.js @@ -14,6 +14,8 @@ import Grid from './grid/Grid' import GridItem from './grid/GridItem' import defaults from './grid/utils/defaults' +import Comp from './comp/index' + const VueFractionGrid = { install (Vue, options) { const config = Object.assign(defaults, options) @@ -23,6 +25,7 @@ const VueFractionGrid = { } } + export default ({ Vue, // VuePress 正在使用的 Vue 构造函数 options, // 附加到根实例的一些选项 @@ -39,6 +42,7 @@ export default ({ tablet: '719px 959px' } }) + Vue.use(Comp) Vue.prototype.$sendGaEvent = function (category, action, label) { let e = { hitType: 'event', diff --git a/.vuepress/public/images/zanshang.png b/.vuepress/public/images/zanshang.png new file mode 100644 index 0000000..51c45f3 Binary files /dev/null and b/.vuepress/public/images/zanshang.png differ diff --git a/.vuepress/theme/components/JoinCommunity.vue b/.vuepress/theme/components/JoinCommunity.vue index b99a3bd..ee8bd5e 100644 --- a/.vuepress/theme/components/JoinCommunity.vue +++ b/.vuepress/theme/components/JoinCommunity.vue @@ -4,7 +4,7 @@
-
+

QQ群

@@ -18,7 +18,7 @@

-
+

微信群

@@ -33,20 +33,20 @@
- +
diff --git a/learning/README.md b/learning/README.md index be12aa8..5ad0e34 100644 --- a/learning/README.md +++ b/learning/README.md @@ -29,8 +29,6 @@ meta: - - ## Kubernetes免费教程 本教程的主要依据是:Kubernetes 官网文档,以及使用 Kubernetes 落地 Spring Cloud 微服务并投产的实战经验。适用人群: @@ -210,3 +208,6 @@ meta: * [导入部署配置](/learning/k8s-practice/ocp/import.html) Kuboard提供免费K8S教程、K8S培训 + + + diff --git a/support/change-log/change-log-on-the-way.md b/support/change-log/change-log-on-the-way.md index 0f6c1c2..5062500 100644 --- a/support/change-log/change-log-on-the-way.md +++ b/support/change-log/change-log-on-the-way.md @@ -1,5 +1,15 @@ Kuboard v1.0.x 的更新说明 + +**BUG 修复** + +* 工作负载编辑器 --> Ingress --> 当启用前缀时,Ingress中选择的ServiceName缺少前缀 +* 工作负载编辑器 --> 容器 --> 添加环境变量但不填写时,界面无响应 + + + + + * 日志界面支持 ctrl + F * 更新版本时,可以通过下拉列表选择仓库中的版本号 * 导入导出时,需要支持 nfs 等类型的数据卷