diff --git a/.vuepress/config.js b/.vuepress/config.js
index fb34862..d4e529c 100644
--- a/.vuepress/config.js
+++ b/.vuepress/config.js
@@ -1,10 +1,10 @@
let dateFns = require('date-fns')
module.exports = {
- title: 'Kuboard - Kubernetes 安装文档/教程/实践/管理界面',
- description: '一个非常 cool 的 Kubernetes Dashboard,简化 Kubernetes 的学习和使用,帮助您1天落地 Kubernetes;同时提供 Spring Cloud 微服务部署教程,DevOps教程',
+ title: 'Kuboard - Kubernetes k8s 安装文档/免费教程/实践/管理界面',
+ description: '一个非常 cool 的 Kubernetes Dashboard,简化 Kubernetes 的学习和使用,帮助您快速落地 Kubernetes;同时提供 Spring Cloud 微服务部署教程,DevOps教程',
head: [
- ['meta', {name: 'keywords', content: 'Kubernetes, Docker, Dashboard, Kuboard, K8S, Spring Cloud, micro service, DevOps, 微服务, 持续构建集成, 容器, Kuboard 教程, 微服务实践, Kubernetes 安装文档'}]
+ ['meta', {name: 'keywords', content: 'Kubernetes, Docker, Dashboard, Kuboard, Spring Cloud, micro service, DevOps, 微服务, 持续构建集成, 容器, Kubernetes 教程, K8S 教程, 微服务实践, Kubernetes 安装'}]
],
markdown: {
toc: { includeLevel: [2, 3] }
diff --git a/README.md b/README.md
index e1217d9..e7b6016 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ actionText: 在线体验
actionText2: 开始使用 →
actionLink2: /overview/
features:
-- title: 1 天落地 Kubernetes
- details: 快速安装、图形化界面、场景化设计
+- title: 快速落地 Kubernetes
+ details: 快速安装Kubernetes、图形化界面、场景化设计
- title: 微服务架构
details: 经典微服务参考架构:Spring Cloud 实战案例
- title: 多层次监控
@@ -23,4 +23,4 @@ Kuboard 是一款基于 Kubernetes 的微服务管理界面。
[点击查看在线文档](https://www.kuboard.cn/#from_github)
-
\ No newline at end of file
+
diff --git a/install/install-k8s.md b/install/install-k8s.md
index ee0f044..35ca4c2 100644
--- a/install/install-k8s.md
+++ b/install/install-k8s.md
@@ -14,7 +14,7 @@ description: Kubernetes 最新稳定版 v1.15.3 的快速安装文档。该文
* **持续不断地更新和完善**
* 始终有最新的 Kubernetes 稳定版安装文档,当前版本 v1.15.3
- * 当前已更新了 39 次 , [查看更新历史](https://github.com/eip-work/kuboard-press/commits/master/install/install-k8s.md)
+ * 当前已更新了 40 次 , [查看更新历史](https://github.com/eip-work/kuboard-press/commits/master/install/install-k8s.md)

@@ -72,6 +72,12 @@ hostname
lscpu
```
+::: danger 注意
+* 请使用兼容的 centos 版本
+* hostname 不能为 localhost
+* CPU 内核数量不能低于 2
+:::
+
**操作系统兼容性**
| CentOS 版本 | 本文档是否兼容 | 备注 |